blob: 100098d19dc519859f3bbd23543bc16c49b24446 [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::•()
;
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 = new self::C::•().{self::C::f}<core::int>();
static method main() dynamic {}