blob: 9c46dd815a01d07837691102fa47b4e04ce75df0 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class G<T extends core::Object = dynamic> extends core::Object {
synthetic constructor •() void
;
}
class A extends core::Object {
synthetic constructor •() void
;
}
class B extends self::A {
synthetic constructor •() void
;
}
class C extends self::B {
synthetic constructor •() void
;
}
static method main() dynamic
;