blob: 152c1b8c5f85735e73953f75ab17512f5c6eb4e7 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A*
;
method noSuchMethod(core::Invocation* i) dynamic
;
}
abstract class I extends core::Object {
synthetic constructor •() self::I*
;
abstract method foo() void;
}
class B extends self::A implements self::I {
synthetic constructor •() self::B*
;
no-such-method-forwarder method foo() void
return this.{self::A::noSuchMethod}(new core::_InvocationMirror::_withType(#foo, 0, const <core::Type*>[], const <dynamic>[], core::Map::unmodifiable<core::Symbol*, dynamic>(const <core::Symbol*, dynamic>{})));
}
static method main() dynamic
;