KT-5193 Make multiline strings foldable (#938)
* KT-5193 Make multiline strings foldable #KT-5193 Fixed * Avoid multiple replace call
This commit is contained in:
committed by
Dmitry Jemerov
parent
1a1eb7dcfa
commit
e1eba8f5c8
@@ -0,0 +1,6 @@
|
||||
val result3 = """aaa"""
|
||||
val result4 = "bbb"
|
||||
val result5 = "ccc" +
|
||||
"ddd"
|
||||
val result6 = "eee" +
|
||||
"""fff"""
|
||||
Reference in New Issue
Block a user