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