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