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

Change signature refactoring doesn't update argument list in class_base #67016

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

Comments

@AlekseyTs
Copy link
Contributor

class C1(int p1);

class C2(S1 a10000, string a30000, int a20000) : C1(a10000.F1)
{
}

Add parameter for C1 by using change signature refactoring.

Observed: base initializer for C2 is not updated. Same behavior for records

@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 removed the untriaged Issues and PRs which have not yet been triaged by a lead label Aug 15, 2023
@arunchndr arunchndr added this to the 17.8 P4 milestone Aug 15, 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

4 participants