Files
kotlin-fork/idea/resources/intentionDescriptions/DoubleBangToIfThenIntention/description.html
T
2014-04-22 22:33:08 +04:00

7 lines
172 B
HTML

<html>
<body>
Converts an expression that uses the '!!' operator to an if-then expression that throws a
NullPointerException if the expression is null.
</body>
</html>