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