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