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