Remove ConvertNegatedBooleanSequenceIntention

Relates to #KT-31502
This commit is contained in:
Dmitry Gridin
2019-05-27 17:27:21 +07:00
parent dd03a81309
commit 91e9ed25f7
24 changed files with 0 additions and 231 deletions
@@ -1,3 +0,0 @@
fun foo(a: Boolean, b: Boolean) {
return <spot> !(a || b) </spot>
}
@@ -1,3 +0,0 @@
fun foo(a: Boolean, b: Boolean) {
return <spot> !a && !b</spot>
}
@@ -1,5 +0,0 @@
<html>
<body>
This intention converts a sequence of negated boolean expressions with the De Morgan equivalent.
</body>
</html>