| library; | |
| // | |
| // Problems in library: | |
| // | |
| // pkg/front_end/testcases/general/constants/cascade.dart:6:11: Error: Not a constant expression. | |
| // const l = s..length; | |
| // ^ | |
| // | |
| import self as self; | |
| import "dart:core" as core; | |
| static const field core::String s = #C1; | |
| static const field core::String l = invalid-expression "Not a constant expression."; | |
| constants { | |
| #C1 = "" | |
| } |