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