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