blob: 0fcdffb5f11b862534c83ee3961c3197fb44906e [file] [log] [blame]
library /*isNonNullableByDefault*/;
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
;