[IR] update testdata: print whole string concatenation at one line
This commit is contained in:
committed by
teamcityserver
parent
91c9d9d25c
commit
21da2b0350
@@ -31,10 +31,7 @@ inline class IC<TT : Any?> {
|
||||
}
|
||||
|
||||
override fun toString(): String {
|
||||
return "IC(" +
|
||||
"c=" +
|
||||
<this>.#c +
|
||||
")"
|
||||
return "IC(" + "c=" + <this>.#c + ")"
|
||||
}
|
||||
|
||||
override fun hashCode(): Int {
|
||||
|
||||
Reference in New Issue
Block a user