blob: 00386c6b83cdda117f7bfc352391b72207eed1fd [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method main() dynamic {
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 <self::f::T*>[g.call()];
constants {
#C1 = tearoff self::f
}