Field promotion doesn't work properly for fields declared in mixins #53742
Labels
front-end-expression-compilation
legacy-area-front-end
Legacy: Use area-dart-model instead.
model-features
General feature work in the analyzer and CFE.
The following code is accepted by the analyzer but rejected by the VM:
The error message from the VM states:
The analyzer is correct--the field
_field
should be promotable.I'm working on a fix.
The text was updated successfully, but these errors were encountered: