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