blob: 7e406984dd78723e16a2b920872d2338a104d223 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract class I<T extends core::Object = dynamic> 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
;