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