Remove ConvertNegatedBooleanSequenceIntention
Relates to #KT-31502
This commit is contained in:
-3
@@ -1,3 +0,0 @@
|
||||
fun foo(a: Boolean, b: Boolean) {
|
||||
return <spot> !(a || b) </spot>
|
||||
}
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
fun foo(a: Boolean, b: Boolean) {
|
||||
return <spot> !a && !b</spot>
|
||||
}
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts a sequence of negated boolean expressions with the De Morgan equivalent.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user