Files
kotlin-fork/compiler/testData/cli/jvm/apiVersionAndSinceNewerKotlin.out
T
Mikhael Bogdanov 7854e9c3d7 Update CLI tests
2021-07-29 19:45:54 +02:00

6 lines
257 B
Plaintext
Vendored

warning: API version 1.4 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.4
@SinceKotlin("1.5")
^
OK