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