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