blob: 511c1e6ce49a23f6a7528982768bba6138a5c7bd [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "./private_method_tearoff_lib.dart" as pri;
class Foo extends core::Object implements pri::Bar {
synthetic constructor •() self::Foo
: super core::Object::•()
;
no-such-method-forwarder method /* from org-dartlang-testcase:///private_method_tearoff_lib.dart */ _f() void
return this.{core::Object::noSuchMethod}(new core::_InvocationMirror::_withType(#_f, 0, const <core::Type>[], const <dynamic>[], core::Map::unmodifiable<core::Symbol, dynamic>(const <core::Symbol, dynamic>{})));
}
class Baz extends self::Foo {
synthetic constructor •() self::Baz
: super self::Foo::•()
;
}
static method main() dynamic {
pri::baz(new self::Foo::•());
}