CLI: fix confusing error message about JvmDefault

#KT-58351 Fixed
This commit is contained in:
Alexander Udalov
2023-05-01 16:19:00 +02:00
committed by Space Team
parent 8106505166
commit b72b1ad7cd
4 changed files with 16 additions and 1 deletions
@@ -0,0 +1,4 @@
$TESTDATA_DIR$/simple.kt
-d
$TEMP_DIR$
-Xjvm-default=enable
@@ -0,0 +1,2 @@
error: unknown -Xjvm-default mode: enable, supported modes: [disable, all-compatibility, all]
COMPILATION_ERROR