blob: d246713cb6c1114eb08afb8dfebebf6ae04f517e [file] [log] [blame]
library test;
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<T extends core::Object* = dynamic> extends core::Object {
synthetic constructor •() self::I<self::I::T*>*
;
abstract method f(generic-covariant-impl self::I::T* x, core::int* y) void;
}
class C extends self::B implements self::I<core::int*> {
synthetic constructor •() self::C*
;
forwarding-stub method f(generic-covariant-impl core::int* x, core::int* y) void
return super.{self::B::f}(x, y);
}
static method main() void
;