9dda5e4fcd
KT-56177
6 lines
149 B
Kotlin
Vendored
6 lines
149 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
package foo.bar
|
|
|
|
@Deprecated("")
|
|
@<!DEPRECATED_SINCE_KOTLIN_OUTSIDE_KOTLIN_SUBPACKAGE!>DeprecatedSinceKotlin<!>("1.3")
|
|
fun test() {} |