blob: 099c2abc9d3cc2b09e36d776d3d5cc4b75c5d461 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "no_such_method_private_setter_lib.dart" as no_;
import "org-dartlang-testcase:///no_such_method_private_setter_lib.dart";
class Foo extends core::Object implements no_::Bar {
synthetic constructor •() self::Foo
;
no-such-method-forwarder get /* from org-dartlang-testcase:///no_such_method_private_setter_lib.dart */ _x() core::int
return this.{core::Object::noSuchMethod}(new core::_InvocationMirror::_withType(#_x, 1, const <core::Type>[], const <dynamic>[], core::Map::unmodifiable<core::Symbol, dynamic>(const <core::Symbol, dynamic>{}))) as{TypeError} core::int;
no-such-method-forwarder set /* from org-dartlang-testcase:///no_such_method_private_setter_lib.dart */ _x(core::int value) void
return this.{core::Object::noSuchMethod}(new core::_InvocationMirror::_withType(#_x=, 2, const <core::Type>[], core::List::unmodifiable<dynamic>(<dynamic>[value]), core::Map::unmodifiable<core::Symbol, dynamic>(const <core::Symbol, dynamic>{})));
}
static method main() dynamic
;
library;
import self as no_;
import "dart:core" as core;
class Bar extends core::Object {
field core::int _x;
synthetic constructor •() no_::Bar
;
}
static method baz(no_::Bar bar) void
;