blob: 84c2e19adaf0ba9b3efee737504763ed703edb78 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() void
;
method call(core::int x) core::int
;
}
class B extends self::A {
synthetic constructor •() void
;
method call(core::int x) core::int
;
method call_super() core::int
;
}
static method main() dynamic
;