blob: e97dd6332335c76a91435dc4517074e13ca50b5b [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 = 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;
}