Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
70b97c5abe682fb7598fc5070d94c39256a0baa4
/
.
/
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"
}