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