Files
kotlin-fork/idea/resources-en/inspectionDescriptions/RedundantAsSequence.html
T
Igor Yakovlev ebae6332aa Fix invalid resources placement
For ExpandBooleanExpressionIntention and RedundantAsSequence intention
2020-06-03 14:02:58 +03:00

5 lines
134 B
HTML

<html>
<body>
This inspection reports redundant 'asSequence()' call that can never have a positive performance effect.
</body>
</html>