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

7 lines
218 B
HTML

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