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

7 lines
149 B
HTML

<html>
<body>
Converts an if-then expression that checks if a value is null to an equivalent expression
using the '!!' operator.
</body>
</html>