[IR] update testdata: print whole string concatenation at one line
This commit is contained in:
committed by
teamcityserver
parent
91c9d9d25c
commit
21da2b0350
+1
-2
@@ -10,8 +10,7 @@ object A {
|
||||
private get
|
||||
|
||||
private val b: String
|
||||
field = "1234" +
|
||||
<this>.<get-a>()
|
||||
field = "1234" + <this>.<get-a>()
|
||||
private get
|
||||
|
||||
private val c: Int
|
||||
|
||||
Reference in New Issue
Block a user