[IR] update testdata: escape special symbols in Char and String constant values
This commit is contained in:
committed by
teamcityserver
parent
0f10b5eb9e
commit
503370c9c2
@@ -1,5 +1,5 @@
|
||||
private const val BACKSLASH: Char
|
||||
field = '\'
|
||||
field = '\\'
|
||||
private get
|
||||
|
||||
private fun Reader.nextChar(): Char? {
|
||||
|
||||
Reference in New Issue
Block a user