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