blob: e5f2ba8920842a8d547407f586b449e57033c8de [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract class A extends core::Object {
synthetic constructor •() self::A
;
method noSuchMethod(core::Invocation i) dynamic
;
abstract method foo() void;
}
class B extends self::A {
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
;