blob: 0723849d399c2d3dccc9d060f49d4bbe23ef0276 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class A<T extends core::Object? = dynamic> extends core::Object {
constructor •(self::A::T% x) self::A<self::A::T%>
;
}
static field core::List<self::A<core::int>> t2;
static method main() dynamic
;