blob: a7c73a25361978a639cb9fe07af2371b742343d1 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B<T extends core::Object> extends core::Object {
synthetic constructor •() void
;
method f(self::B::T x, core::int y) void
;
}
abstract class I extends core::Object {
synthetic constructor •() void
;
abstract method f(core::int x, core::Object y) void;
}
class C extends self::B<core::int> implements self::I {
synthetic constructor •() void
;
}
static method main() void
;