Add inspection for Integer.toString(i) to i.toString() (KT-12721)
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo() {
|
||||
5.toString()
|
||||
}
|
||||
Reference in New Issue
Block a user