Remove IfThenToDoubleBangIntention
Relates to #KT-31502
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user