Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
codegen
/
box
/
strings
/
kt2592.kt
blob: b8d6ac5ea6edaa40982caf6a4b73950099ddc6cb [
file
]
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: STDLIB
fun box
():
String
{
String
()
return
String
()
+
"OK"
+
String
()
}