Propose convert to string template as inspection more frequent
This commit is contained in:
committed by
Stanislav Erokhin
parent
4c15642e2c
commit
57e47d1830
@@ -11,6 +11,6 @@ class C {
|
||||
}
|
||||
|
||||
internal fun foo() {
|
||||
println("x = " + x)
|
||||
println("x = $x")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user