blob: 006a1e590e27595aa4c8c7d8556d485231fac5e9 [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 •() void
: super core::Object::•()
;
}
static field self::A<core::int> v = null;
static method main() dynamic {
self::v;
}