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

7 lines
259 B
HTML

<html>
<body>
This inspection report calls of Java mutator methods (like <b>fill</b>, <b>reverse</b>, <b>shuffle</b>, <b>sort</b>) on an immutable Kotlin collection.
This will likely produce an <b>UnsupportedOperationException</b> at runtime.
</body>
</html>