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

5 lines
142 B
HTML

<html>
<body>
This intention converts an <b>if</b> statement that throws an <b>AssertionError</b> exception into an assertion.
</body>
</html>