blob: 929714fe716a5dd1303bad8b0ef5214c77f4a3a5 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef F<T extends core::Object = dynamic> = (T) void;
typedef G<T extends core::Object = dynamic> = () (T) void;
class C<T extends core::Object = dynamic> extends core::Object {
field (self::C::T) void _x;
constructor •((self::C::T) void _x) void
;
method f() (self::C::T) void
;
}
static method g(self::C<core::num> c) () (core::num) void
;
static method h(core::int i) void
;
static method test() void
;
static method main() void
;