blob: 969a34b3d1e3c22e4ac282d8fc51fa44ee24827e [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract class I<T extends core::Object> extends core::Object {
synthetic constructor •() void
;
abstract method foo() self::I::T;
}
class M extends core::Object {
synthetic constructor •() void
;
method noSuchMethod(core::Invocation i) dynamic
;
}
abstract class _A&Object&M = core::Object with self::M {
}
class A extends self::_A&Object&M implements self::I<core::int> {
synthetic constructor •() void
;
abstract no-such-method-forwarder method foo() core::int;
}
static method main() dynamic
;