Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
ConvertNegatedBooleanSequenceIntention
/
before.kt.template
blob: 25a1dd503f8b5e135f275e3b32f19f580eaa069c [
file
] [
log
] [
blame
]
fun foo
(
a
:
Boolean
,
b
:
Boolean
)
{
return
<spot>
!
a
&&
!
b
</
spot
>
}