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