blob: 1f1becff13ee0229091f538f5ff17f1d9acbd5f1 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class B extends core::Object {
synthetic constructor •() self::B
;
method f(core::int x, core::int y) void
;
}
abstract class I extends core::Object {
synthetic constructor •() self::I
;
abstract method f(covariant-by-declaration core::int x, core::Object y) void;
}
abstract class C extends self::B implements self::I {
synthetic constructor •() self::C
;
forwarding-stub method f(covariant-by-declaration core::int x, core::Object y) void
return super.{self::B::f}(x, y as core::int);
}
static method main() void
;