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