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.
next$access$1
3.3
The following code compiles but should not
def test(xs: ::[Int]): List[Int] = xs.next$access$1
This method also apears in autocompletion
This code should not compile.