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.
x$1
3.2.1
After typing x completion x$1 shows. I wouldn’t expect it to, but the code compiles
x
List((1,2), (3,4)).map { (ab, _) => x$1 }
It compiles
I wouldn’t expect both to see this completion and for the code to compile.