blob: 8ec2342ec7bb46c9672159b7a85ffa5a81fc76ee [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 {
synthetic constructor •() void
;
method f<U extends (self::C::T) void>(self::C::f::U x) void
;
}
static method g(self::C<core::num> c) void
;
static method test() void
;
static method main() void
;