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.
When compiling the following code in 0.27.0-RC1, the compiler hangs without any messages.
case class A(x: (Unit, Unit) | (Unit, Unit, Unit))
Compilation successfully terminates, or appropriate error messages are shown.