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

7 lines
174 B
HTML

<html>
<body>
This intention converts an <b>if-then</b> expression that checks if a value is null to an equivalent expression
using the <b>!!</b> operator.
</body>
</html>