Add possibility to interpret and fold IrStringConcatenation expression
This commit is contained in:
@@ -49,7 +49,7 @@ data class A {
|
||||
}
|
||||
|
||||
override fun toString(): String {
|
||||
return "A(" + "x=" + <this>.#x + ", " + "y=" + <this>.#y + ")"
|
||||
return "A(x=" + <this>.#x + ", y=" + <this>.#y + ")"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user