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