Files
kotlin-fork/idea/resources/intentionDescriptions/EliminateWhenSubjectIntention/description.html
T

5 lines
167 B
HTML

<html>
<body>
This intention eliminates the argument of a <b>when</b> expression transforming its pattern-matching conditions into boolean expressions.
</body>
</html>