Chromium Code Reviews
DescriptionReport compile time error if const class has non-const initializer
A recent language change requires classes with a const constructor
to have compile-time constant field initializer expressions. This
CL adds the check, and removes code to handle const instance fields,
which do not exist in Dart.
Fixes issue 18779.
R=regis@google.com
Committed: https://code.google.com/p/dart/source/detail?r=38910
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||