We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3.2.0-RC1
type _NestedSet2[_] = Set[_NestedSet2[?]]
Compiles, but reduces the right hand side to Set[Any].
Set[Any]
Definition should be rejected since it contains a cycle.