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