Remove IfThenToDoubleBangIntention

Relates to #KT-31502
This commit is contained in:
Dmitry Gridin
2019-05-27 19:16:34 +07:00
parent afcb2f3436
commit 41daf99346
60 changed files with 0 additions and 805 deletions
@@ -1 +0,0 @@
foo(maybeSomething!!)
@@ -1 +0,0 @@
foo(if (maybeSomething != null) maybeSomething else throw KotlinNullPointerException())
@@ -1,6 +0,0 @@
<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>