Files
kotlin-fork/compiler/testData/cli/jvm/abiStabilityUnstableWithOldBackend.out
T
Alexander Udalov aa247726b6 Prohibit using old JVM backend with LV >= 1.6
#KT-48928 Fixed
2021-09-30 13:56:34 +02:00

5 lines
340 B
Plaintext
Vendored

warning: language version is automatically inferred to 1.5 when using the old JVM backend. Consider specifying -language-version explicitly, or remove -Xuse-old-backend
warning: -Xuse-old-backend is deprecated and will be removed in a future release
error: -Xabi-stability=unstable is not supported in the old JVM backend
COMPILATION_ERROR