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