Add info about the end of range in scripting REPL compiler messages

This commit is contained in:
Ilya Muradyan
2020-02-12 16:57:52 +01:00
committed by Ilya Chernikov
parent 5e33612238
commit 489290263f
9 changed files with 119 additions and 17 deletions
@@ -100,7 +100,9 @@ class ReplTest : TestCase() {
),
sequenceOf(
makeFailureResult(
"Unresolved reference: ppp", location = SourceCode.Location(SourceCode.Position(3, 11))
"Unresolved reference: ppp", location = SourceCode.Location(
SourceCode.Position(3, 11), SourceCode.Position(3, 14)
)
)
)
)