blob: 5bc5db6e3f122775c8dfb84ecd2eb149908b4296 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field dynamic v = self::f<core::int*>(() 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;
}