Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
privateInFile
/
kt12429.kt
blob: 8865e59ad586c46e86fb9f6d9365de8f03feec5c [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
private
const
val a
=
""
@Deprecated
(
"$a"
)
fun test
()
{}
/* GENERATED_FIR_TAGS: const, functionDeclaration, propertyDeclaration, stringLiteral */