blob: 84f00752139188879945408df4f59ca4d7e2c59b [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class D<T extends core::Object> extends core::Object {
constructor •() void
: super core::Object::•()
;
}
static field self::D<core::int> g = self::f<core::int>();
static method f<T extends core::Object>() self::D<self::f::T>
return null;
static method main() dynamic {
self::g;
}