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