4eac12e350
To prevent this diagnostic be reported in each test on SinceKotlin, disable it when a diagnostic test contains the "!API_VERSION" directive
5 lines
156 B
Plaintext
Vendored
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.0
|
|
@SinceKotlin("1.1")
|
|
^
|
|
OK
|