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