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