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

7 lines
204 B
HTML

<html>
<body>
This intention converts an expression that uses the <b>!!</b> operator to an <b>if-then</b> expression that throws a
<b>NullPointerException</b> if the expression is null.
</body>
</html>