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