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