Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
j2k
/
testData
/
fileOrElement
/
strings
/
escapedBackslash.kt
blob: 375da9bebe0cb92db4405ccd82611c30f38752b6 [
file
] [
log
] [
blame
]
class
A
{
private
val s1
=
"\u0001"
private
val s2
=
"\\1"
private
val s3
=
"\\\u0001"
private
val s4
=
"\\\\1"
private
val s5
=
"\\\\\u0001"
private
val s6
=
"\u0001\u0001"
}