Files
kotlin-fork/compiler/testData/diagnostics/tests/privateInFile/kt12429.kt
T

5 lines
74 B
Kotlin
Vendored

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