blob: 0ab028a6539ff19c9b2e32f6d13cd31104400389 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef F<T extends core::Object> = (T) void;
class C<T extends core::Object> extends core::Object {
field self::C::T x;
synthetic constructor •() void
;
set y(self::C::T value) void
;
method f(self::C::T value) void
;
}
static method g(self::C<core::num> c) void
;
static method main() void
;