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