Files
kotlin-fork/compiler/testData/cli/jvm/jvmRecordWrongTarget.out
T
2020-12-09 16:47:23 +03:00

13 lines
503 B
Plaintext
Vendored

warning: ATTENTION!
This build uses unsafe internal compiler arguments:
-XXLanguage:+JvmRecordSupport
This mode is not recommended for production use,
as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk!
warning: language version 1.5 is experimental, there are no backwards compatibility guarantees for new language and library features
error: -XXLanguage:+JvmRecordSupport feature is only supported with JVM target 15 or later
COMPILATION_ERROR