blob: a5867494aa52fee5589cc64216ba0843b7749285 [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
;