blob: 2c502299aeb79f12efdee4b7e5e2c95555cab5a3 [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) void
;
}
abstract class I<T extends core::Object = dynamic> extends core::Object {
synthetic constructor •() self::I<self::I::T>
;
abstract method f(self::I::T x) void;
}
class C extends self::B implements self::I<core::int> {
synthetic constructor •() self::C
;
}
static method g1(self::C c) void
;
static method g2(self::I<core::num> i) void
;
static method test() void
;
static method main() void
;