[Test] Fix various tests according to switching to kotlin 1.5
This commit is contained in:
@@ -3,6 +3,7 @@ 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] ^
|
||||
|
||||
Reference in New Issue
Block a user