blob: 1817793bd34d30e49afb0a2ca13d517e11dd61a8 [file] [log] [blame]
library private;
import self as self;
import "dart:core" as core;
import "./private_module.dart" as pri;
abstract class Foo extends core::Object {
synthetic constructor •() void
;
method noSuchMethod(core::Invocation invocation) dynamic
;
}
class Bar extends self::Foo implements pri::Fisk {
synthetic constructor •() void
;
abstract no-such-method-forwarder method /* from org-dartlang-testcase:///private_module.dart */ _hest() void;
}
class Baz extends self::Foo implements pri::Fisk {
synthetic constructor •() void
;
method _hest() dynamic
;
abstract no-such-method-forwarder method /* from org-dartlang-testcase:///private_module.dart */ _hest() void;
}
static method main() dynamic
;