blob: f5898c43f19656673f6030ca03b9102e54385f26 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() void
;
method noSuchMethod(core::Invocation i) dynamic
;
}
abstract class I extends core::Object {
synthetic constructor •() void
;
abstract method foo() void;
}
class B extends self::A implements self::I {
synthetic constructor •() void
;
abstract no-such-method-forwarder method foo() void;
}
static method main() dynamic
;