blob: 3ed2a46416f785da023063f854975ef1df184089 [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 •() self::G<self::G::T>
;
}
class A extends core::Object {
synthetic constructor •() self::A
;
}
class B extends self::A {
synthetic constructor •() self::B
;
}
class C extends self::B {
synthetic constructor •() self::C
;
}
static method main() dynamic
;