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