blob: 46a9d5d989649ce7a1be788c380a6967b5d0f582 [file] [log] [blame]
library test;
class C {
List<num> x = [0];
}
List<num> y = [0];
main() {}