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