blob: 6a725de5c8a3f2fcd61cb968aee0518ce4036635 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::List<core::int*>* v = self::f<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());