Reuse script args substitution for replacing bindings in JSR 223 sample engines, fixes KT-15450

This commit is contained in:
Ilya Chernikov
2017-01-25 23:52:17 +01:00
parent b86ed0c5d9
commit b8b044c6b0
6 changed files with 69 additions and 17 deletions
@@ -58,7 +58,7 @@ open class GenericReplCompiler(disposable: Disposable,
removedCompiledLines.zip(removedAnalyzedLines).forEach {
if (it.first.first != it.second) {
throw IllegalStateException("History mistmatch when resetting lines")
throw IllegalStateException("History mismatch when resetting lines")
}
}