blob: 1b7f1ee5c16c28de4573b5e81e76a62da52c38c7 [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,hasConstConstructor*/ {
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,hasConstConstructor*/ {
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
;