blob: 82c885b5fae310ec2449ef7d2684cff62340d19f [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;
}