Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
box
/
strings
/
rawStrings.kt
blob: caa5b8fc27a6ee53b5547ccc852d21b48fa1cdcd [
file
]
fun box
()
:
String
{
val s
=
""" foo \n bar """
if
(
s
!=
" foo \\n bar "
)
return
"Fail: '$s'"
return
"OK"
}