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

5 lines
150 B
HTML

<html>
<body>
This intention converts an <b>assert</b> into an <b>if</b> statement that throws an exception if the condition is false.
</body>
</html>