blob: cf09c4fad27d9c2bbc75f9f31484f80a612624f8 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field core::List<core::int*>* v = (#C1).call<core::int*>(() core::int* {
return 1;
});
static method f<T extends core::Object* = dynamic>(() →* self::f::T* g) core::List<self::f::T*>*
return core::_GrowableList::_literal1<self::f::T*>(g.call());
static method main() dynamic {
self::v;
}
constants {
#C1 = tearoff self::f
}