blob: 95e785de0edce4af1635e97f0a508a8061872db5 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class I extends core::Object {
synthetic constructor •() self::I
: super core::Object::•()
;
method noSuchMethod(core::Invocation i) dynamic
return null;
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
: super core::Object::•()
;
method noSuchMethod(core::Invocation i) dynamic
return null;
}
abstract class _A&Object&M extends core::Object implements self::M {
synthetic constructor •() self::_A&Object&M
: super core::Object::•()
;
method noSuchMethod(core::Invocation i) dynamic
return null;
}
class A extends self::_A&Object&M implements self::I {
synthetic constructor •() self::A
: super self::_A&Object&M::•()
;
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 extends core::Object implements self::M {
synthetic constructor •() self::_B&Object&M
: super core::Object::•()
;
method noSuchMethod(core::Invocation i) dynamic
return null;
}
class B extends self::_B&Object&M implements self::I {
synthetic constructor •() self::B
: super self::_B&Object&M::•()
;
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 {}