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