Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
convertBinaryExpressionWithDemorgansLaw
/
mixedExpression.kt.after
blob: 47d4eb7495a6c72051546c5f86d8e9d6023f9c9d [
file
] [
log
] [
blame
]
fun foo
(
a
:
Boolean
,
b
:
Boolean
)
:
Boolean
{
return
!
a
||
b
}