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