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.3.0-RC2
for x <- List(1,2,3) // unused pattern variable warning y = x * 2 yield y
no warning since the pattern variable is used in the pure expression