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