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