blob: 20689bc1cb71e51f7fe6849b272c58d1ab070943 [file] [log] [blame]
library test;
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;
}];
}