blob: 0bb903288c0c7877c5256405e01ae41a4b350d7b [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
import "dart:async";
class A extends core::Object {
synthetic constructor •() self::A
;
}
class B extends self::A {
synthetic constructor •() self::B
;
}
class C extends self::A {
synthetic constructor •() self::C
;
}
static method main() dynamic async
;