blob: 0a75151daef56a70c3871e816aa0879fc52ddef8 [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::num 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::num> {
synthetic constructor •() void
;
abstract method f(core::num x) void;
}
static method main() dynamic
;