blob: 4c2e89f45840ca98f461af29534bde64b8d5b5a6 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract class I extends core::Object {
synthetic constructor •() self::I*
;
abstract method foo() dynamic;
}
class A extends core::Object {
synthetic constructor •() self::A*
;
method foo() dynamic
;
}
class B extends core::Object implements self::I {
synthetic constructor •() self::B*
;
method noSuchMethod(core::Invocation* _) dynamic
;
no-such-method-forwarder method foo() dynamic
return this.{self::B::noSuchMethod}(new core::_InvocationMirror::_withType(#foo, 0, const <core::Type*>[], const <dynamic>[], core::Map::unmodifiable<core::Symbol*, dynamic>(const <core::Symbol*, dynamic>{}))) as{TypeError,ForDynamic} dynamic;
}
abstract class _C&A&B = self::A with self::B /*isAnonymousMixin*/ {
synthetic constructor •() self::_C&A&B*
: super self::A::•()
;
}
class C extends self::_C&A&B {
synthetic constructor •() self::C*
;
}
static method main() dynamic
;