Files
kotlin-fork/compiler/testData/cli/jvm/apiVersionAndSinceNewerKotlin.out
T
2018-08-30 14:57:31 +03:00

5 lines
156 B
Plaintext
Vendored

compiler/testData/cli/jvm/apiVersionAndSinceNewerKotlin.kt:4:1: warning: the version is greater than the specified API version 1.2
@SinceKotlin("1.3")
^
OK