blob: 87ea1034f923a293e062b5ef6870eb1a1168137e [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class M extends core::Object {
synthetic constructor •() self::M*
: super core::Object::•()
;
method noSuchMethod(core::Invocation* invocation) dynamic
return null;
}
class A extends self::M {
synthetic constructor •() self::A*
: super self::M::•()
;
no-such-method-forwarder method call(core::String* s) void
return this.{self::M::noSuchMethod}(new core::_InvocationMirror::_withType(#C1, 0, #C2, core::List::unmodifiable<dynamic>(<dynamic>[s]), core::Map::unmodifiable<core::Symbol*, dynamic>(#C4)));
}
static method main() dynamic {}
constants {
#C1 = #call
#C2 = <core::Type*>[]
#C3 = <dynamic>[]
#C4 = core::_ImmutableMap<core::Symbol*, dynamic> {_kvPairs:#C3}
}