blob: 20e2cf5c55c125fab7f396b2e59ff67024a09bd1 [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;
});
}