blob: 25d0e7af53e8abe76700f5a0ad002489085609e3 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B<T extends core::Object = dynamic> extends core::Object {
field self::B::T x = null;
synthetic constructor •() void
: super core::Object::•()
;
}
class C extends self::B<core::num> {
synthetic constructor •() void
: super self::B::•()
;
}
static method main() void {}