blob: 2a2e0f5ac0a265464ac6d9fbe0f0989c3c22d459 [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>> t2 = core::_GrowableList::_literal1<self::A<core::int>>(new self::A::•<core::int>(2));
static method main() dynamic {}