blob: 7dd0cad6f06ce15c2ab7929f27663e433a7e9d17 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class I extends core::Object {
synthetic constructor •() self::I*
;
method noSuchMethod(core::Invocation* i) dynamic
;
no-such-method-forwarder method foo() void
return this.{self::I::noSuchMethod}(new core::_InvocationMirror::_withType(#foo, 0, const <core::Type*>[], const <dynamic>[], core::Map::unmodifiable<core::Symbol*, dynamic>(const <core::Symbol*, dynamic>{})));
}
class M extends core::Object {
synthetic constructor •() self::M*
;
method noSuchMethod(core::Invocation* i) dynamic
;
}
abstract class _A&Object&M = core::Object with self::M /*isAnonymousMixin*/ {
const synthetic constructor •() self::_A&Object&M*
: super core::Object::•()
;
}
class A extends self::_A&Object&M implements self::I {
synthetic constructor •() self::A*
;
no-such-method-forwarder method foo() void
return this.{self::M::noSuchMethod}(new core::_InvocationMirror::_withType(#foo, 0, const <core::Type*>[], const <dynamic>[], core::Map::unmodifiable<core::Symbol*, dynamic>(const <core::Symbol*, dynamic>{})));
}
abstract class _B&Object&M = core::Object with self::M /*isAnonymousMixin*/ {
const synthetic constructor •() self::_B&Object&M*
: super core::Object::•()
;
}
class B extends self::_B&Object&M implements self::I {
synthetic constructor •() self::B*
;
no-such-method-forwarder method foo() void
return this.{self::M::noSuchMethod}(new core::_InvocationMirror::_withType(#foo, 0, const <core::Type*>[], const <dynamic>[], core::Map::unmodifiable<core::Symbol*, dynamic>(const <core::Symbol*, dynamic>{})));
}
static method main() dynamic
;