Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
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"
}