blob: 5b2da50e6ba98c919c6afd26a936d54bd4f8ab6c [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;
}];
}