Files
kotlin-fork/compiler/testData/diagnostics/tests/privateInFile/kt12429.kt
T
2016-05-20 14:58:18 +03:00

4 lines
57 B
Kotlin
Vendored

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