Convert concatenation to template: remove 'toString()' call #KT-6025 Fixed
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
825d1d8b35
commit
f1a0cefde0
@@ -0,0 +1,4 @@
|
||||
fun test(a: Any, b: Any, c: Any): String {
|
||||
return "a:" <caret>+ a.toString() + ", b:" + b.toString() + "_ c:" + c.toString("")
|
||||
}
|
||||
fun Any.toString(s: String) = ""
|
||||
Reference in New Issue
Block a user