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
foo.dart:2:21: Error: Constant evaluation error:
print(const (foo: 1, bar: 2));
^
foo.dart:2:21: Context: The variable '(unnamed)' is not a constant, only constant expressions are allowed.
print(const (foo: 1, bar: 2));
^
Part of #49713.
Example:
CFE issues the following errors:
The following constants work fine:
/cc @johnniwinther
The text was updated successfully, but these errors were encountered: