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