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
6 lines
257 B
Plaintext
Vendored
6 lines
257 B
Plaintext
Vendored
warning: API version 1.2 is deprecated and its support will be removed in a future version of Kotlin
|
|
compiler/testData/cli/jvm/apiVersionAndSinceNewerKotlin.kt:4:1: warning: the version is greater than the specified API version 1.2
|
|
@SinceKotlin("1.3")
|
|
^
|
|
OK
|