Skip to content

Conversation

munificent
Copy link
Member

Fix #1091.

@munificent munificent requested a review from natebosch March 3, 2022 00:55
}

@override
void visitSuperFormalParameter(SuperFormalParameter node) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is virtually identical to the code for visitFieldFormalParameter() (this. parameters), which is to be expected. Unfortunately, I couldn't easily hoist it out to something reusable because FieldFormalParameter and SuperFormalParameter don't define their fields on any shared base class.

# Conflicts:
#	CHANGELOG.md
@munificent munificent merged commit 7adb2db into master Mar 3, 2022
@munificent munificent deleted the super-parameters branch March 3, 2022 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dart_style implementation for super-initializer parameters

2 participants