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