blob: 37a47883fad1a7bfc355318ed580274cb8c65c2d [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class M extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
method noSuchMethod(core::Invocation invocation) dynamic
return null;
}
class A extends self::M {
synthetic constructor •() void
: super self::M::•()
;
no-such-method-forwarder method call(core::String s) void
return this.{self::M::noSuchMethod}(new core::_InvocationMirror::_withoutType("call", const <core::Type>[], core::List::unmodifiable<dynamic>(<dynamic>[s]), core::Map::unmodifiable<core::Symbol, dynamic>(const <core::Symbol, dynamic>{}), false));
}
static method main() dynamic {}