5 lines
76 B
Kotlin
Vendored
5 lines
76 B
Kotlin
Vendored
package foo.bar
|
|
|
|
@Deprecated("")
|
|
@DeprecatedSinceKotlin("1.3")
|
|
fun test() {} |