Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
debug
/
stepping
/
localProperty.kt
blob: 30edad2bf81882f73227fecd824b3ae07f825843 [
file
]
// IGNORE_BACKEND_FIR: JVM_IR
// FILE: test.kt
fun box
():
String
{
val
o
=
"O"
val k
=
"K"
return
o
+
k
}
// EXPECTATIONS
// test.kt:8 box
// test.kt:6 box
// test.kt:11 box
// test.kt:13 box