07767f88e2
^KT-62340
8 lines
118 B
Kotlin
Vendored
8 lines
118 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
object Obj {
|
|
const val O = "O"
|
|
val concat = "${O}K"
|
|
}
|
|
|
|
@Deprecated("${Obj.O}/{id}")
|
|
class Foo |