Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
privateInFile
/
kt12429.kt
blob: 1be7c68958b513dd28e2f2e5a2d5012a7a0b3442 [
file
]
// FIR_IDENTICAL
private
const
val a
=
""
@Deprecated
(
"$a"
)
fun test
()
{}