blob: 224585c8717c188ec8eced7bfcf7af0e8215cd15 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
method noSuchMethod(core::Invocation i) dynamic {
return null;
}
}
abstract class _B&Object&A extends core::Object implements self::A {
synthetic constructor •() void
: super core::Object::•()
;
method noSuchMethod(core::Invocation i) dynamic {
return null;
}
}
class B extends self::_B&Object&A {
synthetic constructor •() void
: super core::Object::•()
;
abstract no-such-method-forwarder method foo() void;
}
static method main() dynamic {}