blob: 77cfc783b5465655990bc1c5ec7b35b5a22ebb9d [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract class Foo extends core::Object {
synthetic constructor •() self::Foo
: super core::Object::•()
;
abstract method _foo() void;
}
class Bar extends self::Foo {
synthetic constructor •() self::Bar
: super self::Foo::•()
;
method noSuchMethod(core::Invocation invocation) dynamic
return null;
no-such-method-forwarder method _foo() void
return this.{self::Bar::noSuchMethod}(new core::_InvocationMirror::_withType(#C1, 0, #C2, #C3, core::Map::unmodifiable<core::Symbol*, dynamic>(#C4))){(core::Invocation) → dynamic};
}
static method main() dynamic {}
constants {
#C1 = #org-dartlang-testcase:///private_same.dart::_foo
#C2 = <core::Type*>[]
#C3 = <dynamic>[]
#C4 = <core::Symbol*, dynamic>{}
}