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.
1 parent d7eed3a commit 16e8a3eCopy full SHA for 16e8a3e
src/main/scala/util/AntlrUtils.scala
@@ -42,7 +42,7 @@ def catchAntlrParseErrors[T](body: => T) = {
42
$sourceName%s:$line%d:${col + 1}%d (truncated)
43
$line%4d | $lineText
44
${" " * col}^ unexpected token
45
- """.strip.stripLeading
+ """.stripIndent.stripLeading
46
}
47
case o => Failure(new Exception())
48
0 commit comments