blob: 596728c9ae8ae9fd830440ac876ad58b6475fcb2 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B extends core::Object {
field core::Object _x;
synthetic constructor •() self::B
;
method f([core::num x]) void
;
method g({core::num x}) void
;
method check(core::Object expectedValue) 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;
abstract method g({self::I::T x}) void;
}
class C extends self::B implements self::I<core::num> {
synthetic constructor •() self::C
;
}
static method main() dynamic
;