You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cfe] Use InferableTypeBuilder for primary constructor parameters
Primary constructor parameters where wrongfully using the
ImplicitTypeBuilder instead of the InferableTypeBuilder meaning that
parameter types where not inferred but instead defaulted to dynamic.
Documentation is added to these classes to avoid the same mistake in
the future.
Closes#53211
Change-Id: I075d5dc7e3db53dc00a11ba76b51ecf0b8438489
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/320762
Reviewed-by: Chloe Stefantsova <[email protected]>
Commit-Queue: Johnni Winther <[email protected]>
Copy file name to clipboardExpand all lines: pkg/front_end/testcases/inline_class/extension_types/access_non_extension_type_members.dart.strong.transformed.expect
Copy file name to clipboardExpand all lines: pkg/front_end/testcases/inline_class/extension_types/access_non_extension_type_members.dart.weak.modular.expect
Copy file name to clipboardExpand all lines: pkg/front_end/testcases/inline_class/extension_types/access_non_extension_type_members.dart.weak.outline.expect
Copy file name to clipboardExpand all lines: pkg/front_end/testcases/inline_class/extension_types/access_non_extension_type_members.dart.weak.transformed.expect
0 commit comments