blob: 75d4b70192e66c8b73d537e0dc5f600246081f46 [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 self::C<core::int> x = new self::C::•<core::int>();
static method main() dynamic {
self::x;
}