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