blob: 601c5d1e1d5aa3e8e9ccc3f35ccf2ddd191c8df8 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class C<T extends core::Object? = dynamic> extends core::Object /*hasConstConstructor*/ {
final field self::C::T% t;
const constructor •(self::C::T% t) self::C<self::C::T%>
: self::C::t = t, super core::Object::•()
;
}
static method main() dynamic
;