Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
box
/
constants
/
privateConst.kt
blob: 825473ddc4c7c97c496b1743e9873930a86b8048 [
file
]
// IGNORE_BACKEND_FIR: JVM_IR
private
const
val z
=
"OK"
;
fun box
():
String
{
return
{
z
}()
}