Propose convert to string template as inspection more frequent

This commit is contained in:
Simon Ogorodnik
2018-02-22 15:10:47 +03:00
committed by Stanislav Erokhin
parent 4c15642e2c
commit 57e47d1830
11 changed files with 60 additions and 30 deletions
@@ -11,6 +11,6 @@ class C {
}
internal fun foo() {
println("x = " + x)
println("x = $x")
}
}
}