Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertAssertToIfWithThrowIntention/description.html
T
2014-04-15 19:26:39 -04:00

5 lines
135 B
HTML

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