blob: 84bf23a419cde846e401fb9f5fb97119e3554f96 [file] [log] [blame]
extension type EINullable(int? _) implements int? {}
class A {}
class B implements A? {}
typedef F<T> = T;
extension type EIAliasNullable(A? _) implements F<A?> {}