blob: a4b11a794049e5846a792613f925bcf8cb7afadd [file] [log] [blame]
library test /*isNonNullableByDefault*/;
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
;