blob: 9efc5a7f070915336fc66ba6f90f6ce35e959031 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C<T extends core::num = 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;
}