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

6 lines
109 B
Kotlin
Vendored

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