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