blob: ee571a569eb51b37670594091d1ca1b74b7b60a0 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C*
;
static method f<T extends core::Object* = dynamic>() self::D<self::C::f::T*>*
;
}
class D<T extends core::Object* = dynamic> extends core::Object {
synthetic constructor •() self::D<self::D::T*>*
;
}
static field self::D<core::int*>* f;
static method main() dynamic
;