Add inspection for Integer.toString(i) to i.toString() (KT-12721)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports explicit calls of <b>Integer.toString(int)</b> which can be replaced with <b>int.toString()</b>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user