blob: 44aee32b70a1700b92abdb0eadabc2b2d4f7bb1e [file] [log] [blame]
library test /*isNonNullableByDefault*/;
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;
});
}