blob: 5b4814c18882142d8fdab2d9762bd17ebe70115f [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C<T extends core::Object> extends core::Object {
default constructor •() void
;
method f<U extends core::Object>(self::C::f::U x) (self::C::T) void
;
}
static method test(self::C<core::String> c) void
;
static method main() dynamic
;