blob: c52cb1b9cf51d9b782ecc4686fc00dc5e729e5e3 [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) void
: super core::Object::•()
;
}
static field core::List<self::A<core::int>> t1 = <self::A<core::int>>[new self::A::•<core::int>(1)];
static method main() dynamic {}