Skip to content

Add "comparable" and "any" keywords from Go1.18

Go 1.18 introduced two new predeclared types, any and comparable, as part of its introduction of generics. This commit adds those keywords to the list of types.

Merge request reports