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