5 lines
74 B
Kotlin
Vendored
5 lines
74 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
private const val a = ""
|
|
|
|
@Deprecated("$a")
|
|
fun test() {} |