Files
kotlin-fork/compiler/testData/integration/ant/jvm/languageVersion/build.log.expected
T
2024-02-08 12:59:31 +00:00

19 lines
572 B
Plaintext
Vendored

OUT:
Buildfile: [TestData]/build.xml
build:
[kotlinc] Compiling [[TestData]/main.kt] => [[Temp]/hello.jar]
[kotlinc] warning: language version 1.5 is deprecated and its support will be removed in a future version of Kotlin
[kotlinc] [TestData]/main.kt:1:15: error: suspend function type is allowed as a supertype only since version 1.6
[kotlinc] interface A : suspend () -> Unit
[kotlinc] ^^^^^^^^^^^^^^^^^^
ERR:
BUILD FAILED
[TestData]/build.xml:5: Compile failed; see the compiler error output for details.
Total time: [time]
Return code: 1