Files
kotlin-fork/native/native.tests/testData/klib/dump-metadata/builtinsSerializer/stringConcatenation.kt
T
Dmitriy Dolovov cb92990ed6 [KLIB][tests] Reorganize "klib dump-metadata" tests
- Keep the test data under "native/native.tests/testData/klib/" dir
- Rename tests from "klib contents" to "klib dump-metadata"
2023-08-16 19:11:35 +00:00

7 lines
101 B
Kotlin
Vendored

object Obj {
const val O = "O"
val concat = "${O}K"
}
@Deprecated("${Obj.O}/{id}")
class Foo