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

6 lines
130 B
HTML

<html>
<body>
This inspection reports <b>arrayOf</b> calls that can be replaced with array literals <b>[...]</b>.
</body>
</html>