blob: 2479571474521d6b44f9d9d184969f58279f4912 [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 •() self::C<self::C::T*>*
: super core::Object::•()
;
}
static method f<T extends core::Object* = dynamic>() self::f::T*
;
static method test(self::C<core::int*>* x) void
;
static method main() dynamic
;