Skip to content

9.1.0: Generic wildcards

Compare
Choose a tag to compare
@thekid thekid released this 06 Nov 22:56
· 112 commits to master since this release
  • Add support for generic wildcards such as Filter<?>, resolving
    ambiguity with nullable types
    (@thekid)
  • Resolved ambiguity between short open tag and nullables in generics,
    e.g. Filter<?int>.
    (@thekid)