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

6 lines
149 B
HTML

<html>
<body>
This inspection reports Java Collections static method call replaceable by Kotlin stdlib, e.g. Collections.sort(list).
</body>
</html>