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

4 lines
57 B
Kotlin
Vendored

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