Files
2023-02-28 10:19:18 +00:00

5 lines
74 B
Kotlin
Vendored

// FIR_IDENTICAL
private const val a = ""
@Deprecated("$a")
fun test() {}