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.
scala> "\\A" 1 |"\A" | ^ | invalid escape character scala> "\A" val res0: String = A
First one should not be rejected. Second one should.
I suspect JLine is doing something funny