blob: c31aed4792e41435f1873c9b4985f9f98a574653 [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<dynamic> v = null;
static method main() dynamic {
self::v;
}