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