19 lines
604 B
Plaintext
Vendored
19 lines
604 B
Plaintext
Vendored
OUT:
|
|
Buildfile: [TestData]/build.xml
|
|
|
|
build:
|
|
[kotlinc] Compiling [[TestData]/main.kt] => [[Temp]/hello.jar]
|
|
[kotlinc] warning: language version 1.3 is deprecated and its support will be removed in a future version of Kotlin
|
|
[kotlinc] [TestData]/main.kt:4:21: error: 'break' and 'continue' are not allowed in 'when' statements. Consider using labels to continue/break from the outer loop
|
|
[kotlinc] true -> break
|
|
[kotlinc] ^
|
|
|
|
ERR:
|
|
|
|
BUILD FAILED
|
|
[TestData]/build.xml:5: Compile failed; see the compiler error output for details.
|
|
|
|
Total time: [time]
|
|
|
|
Return code: 1
|