## Compiler version 3.2.1 ## Minimized code After typing `x` completion `x$1` shows. I wouldn’t expect it to, but the code compiles <img width="327" alt="image" src="https://user-images.githubusercontent.com/72950514/203954054-a89ba0d9-c962-48e0-b770-52cf6c0d63a9.png"> ```Scala List((1,2), (3,4)).map { (ab, _) => x$1 } ``` ## Output It compiles ## Expectation I wouldn’t expect both to see this completion and for the code to compile.