blob: 5b96560e2bbd4b20348f881ed9351193fdf4f71e [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class B<T extends core::Object? = dynamic> extends core::Object {
synthetic constructor •() self::B<self::B::T%>
;
method f(covariant-by-class self::B::T% x, core::int y) void
;
}
abstract class I extends core::Object {
synthetic constructor •() self::I
;
abstract method f(core::int x, core::Object y) void;
}
abstract class C extends self::B<core::int> implements self::I {
synthetic constructor •() self::C
;
abstract forwarding-stub method f(covariant-by-class core::int x, core::Object y) void;
}
static method main() void
;