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

6 lines
67 B
Kotlin
Vendored

@SinceKotlin("1.2")
fun old() {}
@SinceKotlin("1.3")
fun new() {}