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