blob: 50e399e0f373c77921269e9ad43729a14777b38a [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%>
: super core::Object::•()
;
}
static field core::List<self::A<core::int>> t1 = <self::A<core::int>>[new self::A::•<core::int>(1)];
static method main() dynamic {}