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

5 lines
133 B
HTML

<html>
<body>
This inspection reports <code>Arrays.copyOf</code> function calls replaceable with <code>copyOf</code>.
</body>
</html>