913ed71863
Set first supported version to 1.3 Add property for oldest depecated language version in order to control unsupported ones Report error on attempts to manually disable language feature from unsupported versions Update test data, drop compatibility tests for features from unsupported versions KT-36146 In progress
18 lines
486 B
Plaintext
Vendored
18 lines
486 B
Plaintext
Vendored
OUT:
|
|
Buildfile: [TestData]/build.xml
|
|
|
|
build:
|
|
[kotlinc] Compiling [[TestData]/main.kt] => [[Temp]/hello.jar]
|
|
[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
|