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