Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract method refactoring is not offered in the base class argument #67017

Open
AlekseyTs opened this issue Feb 23, 2023 · 1 comment
Open

Comments

@AlekseyTs
Copy link
Contributor

AlekseyTs commented Feb 23, 2023

class C1(int p1);
class C2(S1 a10000, int a20000) : C1(a10000.F1);

record R1(int p1);
record R2(S1 a10000, int a20000) : R1(a10000.F1);

struct S1
{
    public int F1;
}
@AlekseyTs
Copy link
Contributor Author

CC @akhera99

@jaredpar jaredpar added the untriaged Issues and PRs which have not yet been triaged by a lead label Feb 27, 2023
@arunchndr arunchndr added this to the 18.0 milestone Aug 4, 2023
@arunchndr arunchndr removed the untriaged Issues and PRs which have not yet been triaged by a lead label Aug 4, 2023
@beccamc beccamc assigned Cosifne and unassigned beccamc Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants