blob: 485c6e9f4b6d75105af4869cca4b1e4cf559d510 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
;
method m() dynamic
;
method testC() dynamic
;
}
class D extends self::C {
synthetic constructor •() self::D
;
method testD() dynamic
;
}
static method main() dynamic
;