blob: e062f16cb4e040c9567a0f8fe4d78fe1513ec69c [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C<T extends core::num> extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
}
static field dynamic x = new self::C::•<core::int>();
static method main() dynamic {
self::x;
}