blob: 9da9febe0b9119782b0bd352b0255a3a14eee9d0 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef F<T extends core::Object = dynamic> = (T) void;
class B<T extends core::Object = dynamic> extends core::Object {
synthetic constructor •() void
;
method f(core::int x) self::B::T
;
}
abstract class I<T extends core::Object = dynamic> extends core::Object {
synthetic constructor •() void
;
abstract method f(core::Object x) self::I::T;
}
class C<T extends core::Object = dynamic> extends self::B<(self::C::T) void> implements self::I<(self::C::T) void> {
synthetic constructor •() void
;
}
static method main() void
;