Not a very important error as far as I can see, since back-quote identifiers that contains escape sequence newlines does not seem useful. I encountered it when writing various edge-case unit tests.
A unit test for the error (should be placed in scalariform/src/test/scala/scalariform/lexer/ScalaLexerTest.scala):
Not a very important error as far as I can see, since back-quote identifiers that contains escape sequence newlines does not seem useful. I encountered it when writing various edge-case unit tests.
A unit test for the error (should be placed in scalariform/src/test/scala/scalariform/lexer/ScalaLexerTest.scala):
The relevant code might be here: https://github.com/scala-ide/scalariform/blob/f53978c60579fa834ac9e56986a6133c0a621bfd/scalariform/src/main/scala/scalariform/lexer/ScalaOnlyLexer.scala#L166-L167.