blob: 63850ca1ebdc85c9eeef110d7c06976b65b90ce8 [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> extends core::Object {
synthetic constructor •() self::B<self::B::T>
;
}
static field self::B<self::A> v;
static method test() dynamic
;