5 lines
132 B
Kotlin
Vendored
5 lines
132 B
Kotlin
Vendored
package foo.bar
|
|
|
|
@Deprecated("")
|
|
@<!DEPRECATED_SINCE_KOTLIN_OUTSIDE_KOTLIN_SUBPACKAGE!>DeprecatedSinceKotlin<!>("1.3")
|
|
fun test() {} |