blob: a299436d63092b528c8c031d5c50881c5532ed40 [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
;
}
class I extends core::Object {
synthetic constructor •() void
;
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
;