K2, REPL: Display a warning that LV 1.9 is used for REPL in K2

#KT-64384 fixed
This commit is contained in:
Ilya Chernikov
2024-03-12 10:37:58 +01:00
committed by Space Team
parent 8c6966765b
commit 0fe793943d
2 changed files with 6 additions and 1 deletions
@@ -160,6 +160,7 @@ class LauncherReplTest : TestCaseWithTmpdir() {
val replOutHeader = arrayOf(
null to "Welcome to Kotlin version .*",
null to "Warning: REPL is not yet compatible with the Kotlin version .*, using '-language-version 1.9'.",
null to "Type :help for help, :quit for quit"
)