Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertNegatedBooleanSequence
/
complexNegatedSequence.kt.after
blob: 9eb2e005b14a2b82b5c0e5ac181804ac40b20713 [
file
] [
log
] [
blame
]
fun foo
(
a
:
Int
,
b
:
Int
,
c
:
Int
,
d
:
Int
)
:
Boolean
{
return
!((
a
==
b
)
||
(
b
==
c
)
||
(
a
<
d
))
}