blob: 486e1f3258c6aafe6e74fc3ff9579e85956fdce7 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::List<() core::int> v = <() core::int>[() core::int {
return 1;
}];
}