blob: a375aa2e104dab5a7cc4e42b3a79e89581f36f4c [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>(core::_GrowableList::_literal1<dynamic>(s)), core::Map::unmodifiable<core::Symbol, dynamic>(#C3))){(core::Invocation) → dynamic};
}
static method main() dynamic {}
constants {
#C1 = #call
#C2 = <core::Type>[]
#C3 = <core::Symbol, dynamic>{}
}