KT-4568: Cleaned up some of the code in ConvertNegatedBooleanSequence to match the other DeMorgan intention
This commit is contained in:
committed by
Mikhael Bogdanov
parent
4de6960443
commit
a5f7ac63a8
@@ -0,0 +1,3 @@
|
||||
fun foo(a: Int, b: Int, c: Int, d: Int) : Boolean {
|
||||
return !(a == b) && !(b <caret>== c) && !(a < d)
|
||||
}
|
||||
Reference in New Issue
Block a user