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