## Compiler version 3.3 ## Minimized code The following code compiles but should not ```Scala def test(xs: ::[Int]): List[Int] = xs.next$access$1 ``` ## Other manifestation This method also apears in autocompletion <img width="489" alt="Screenshot 2023-11-09 at 11 03 49" src="https://github.com/lampepfl/dotty/assets/3648029/339fdc00-f01b-449d-9e34-300e8506cd7d"> ## Expectation This code should not compile.