blob: 76b8764e9ff2a61bbff589f693d2b63702f46bdf [file] [log] [blame]
library;
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
;