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