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