blob: 93183566f8751607f406d8be5bac55818cc4b300 [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;
synthetic constructor •() self::B<self::B::T>
;
}
class C extends self::B<core::num> {
synthetic constructor •() self::C
;
}
static method main() void
;