Files
kotlin-fork/compiler/testData/diagnostics/tests/deprecated/deprecatedSinceKotlin/deprecatedSinceKotlinOutsideKotlinPackage.fir.kt
T
2020-06-29 14:25:08 +03:00

5 lines
76 B
Kotlin
Vendored

package foo.bar
@Deprecated("")
@DeprecatedSinceKotlin("1.3")
fun test() {}