blob: 2409e0e2a78d8b96e55c119193aae5ebade0115c [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>() self::D<self::C::f::T>
return null;
}
class D<T extends core::Object> extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
}
static field self::C c;
static field dynamic f = self::c.f<core::int>();
static method main() dynamic {}