DescriptionParse field initializer expressions in the correct scope class
When parsing a field initializer expression or mixin fields,
the current_class must be the mixin application class, not the
mixin class. This is necessary so that type arguments are
resolved in the correct scope class.
Dart2js fails the new regression test language/regress_18713.
Filed issue #26743.
BUG=18713
R=regis@google.com
Committed: https://github.com/dart-lang/sdk/commit/26593c7688d1618eb17651f6a554dda62fc9afd0
Patch Set 1 #
Messages
Total messages: 6 (3 generated)
|