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