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

6 lines
67 B
Kotlin
Vendored

@SinceKotlin("1.4")
fun old() {}
@SinceKotlin("1.5")
fun new() {}