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