blob: b2e2f48ea02485939e481805c3c94a63ea4fc9a7 [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 {
synthetic constructor •() self::A<self::A::T%>
;
}
static method test() dynamic
;
static method main() dynamic
;