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