blob: 71c0bd2dfb14431ce6e15746b7b19d0d979489f9 [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;
});
}