blob: 9cbe2f40791ded2db247ef7557177fd5be4ccda0 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C<T extends core::Object = dynamic> extends core::Object {
const constructor •() void
;
}
static method f<T extends core::Object = dynamic>() self::f::T
;
static method test(self::C<core::int> x) void
;
static method main() dynamic
;