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