blob: 9bfb5d5500eb21fcf189cc81716573b892c0b677 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C*
;
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
;