blob: 3a5995622344b14819bf12359f7573d09fcc3463 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() void
;
method noSuchMethod(core::Invocation i) dynamic
;
}
abstract class _B&Object&A = core::Object with self::A {
}
class B extends self::_B&Object&A {
synthetic constructor •() void
;
no-such-method-forwarder method foo() void
return this.{self::A::noSuchMethod}(new core::_InvocationMirror::_withoutType("foo", const <core::Type>[], const <dynamic>[], core::Map::unmodifiable<core::Symbol, dynamic>(const <core::Symbol, dynamic>{}), false));
}
static method main() dynamic
;