blob: 838beca93938d858a2f16eff4bf80af7357bb8d5 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A<T extends core::Object* = dynamic> extends core::Object {
constructor •(self::A::T* x) self::A<self::A::T*>*
: super core::Object::•()
;
}
static field core::List<self::A<core::int*>*>* t2 = <self::A<core::int*>*>[new self::A::•<core::int*>(2)];
static method main() dynamic {}