KT-5419 J2K: convert string concatenation to string template + implemented corresponding inspection
#KT-5419 Fixed
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
class A {
|
||||
jvmOverloads fun foo(i: Int, c: Char = 'a', s: String = "") {
|
||||
println("foo" + i + c + s)
|
||||
println("foo$i$c$s")
|
||||
}
|
||||
|
||||
jvmOverloads fun bar(s: String? = null): Int {
|
||||
|
||||
Reference in New Issue
Block a user