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