blob: f4edc47391fa28859fae2dcd348642c760ab6fce [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() void
;
method foo(core::int x) void
;
no-such-method-forwarder set foo(core::int x) void
return this.{self::A::noSuchMethod}(new core::_InvocationMirror::_withoutType("set:foo", const <core::Type>[], core::List::unmodifiable<dynamic>(<dynamic>[x]), core::Map::unmodifiable<core::Symbol, dynamic>(const <core::Symbol, dynamic>{}), false));
method noSuchMethod(core::Invocation i) dynamic
;
}
static method main() dynamic
;