Files
kotlin-fork/idea/resources/inspectionDescriptions/ReplaceJavaIntegerToStringWithMember.html
T

6 lines
150 B
HTML

<html>
<body>
This inspection reports explicit calls of <b>Integer.toString(int)</b> which can be replaced with <b>int.toString()</b>
</body>
</html>