Introduce ReplaceToStringWithStringTemplateInspection #KT-13782 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
f956e8d85d
commit
817d75a47f
+6
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// PROBLEM: none
|
||||
fun test(): String {
|
||||
val x = 1
|
||||
return "Foo: ${x.<caret>toString()}"
|
||||
}
|
||||
Reference in New Issue
Block a user