blob: 36cc1ecf2d5303f98539b40d63ed4dca2744da64 [file] [log] [blame]
library test;
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;
});
}