blob: 0df620097e03c652c5f6f28f290b1c676fe9ddaf [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A<T extends core::int* = core::int*> extends core::Object {
synthetic constructor •() self::A<self::A::T*>*
: super core::Object::•()
;
}
static field self::A<core::int*>* v = null;
static method main() dynamic {
self::v;
}