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