Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
swapBinaryExpression
/
conjunction.kt.after
blob: 9aa24d82522ec0a89d5b0e33f9bf1d078e7c171f [
file
] [
log
] [
blame
]
fun neq
(
a
:
Boolean
,
b
:
Boolean
)
{
if
(
b
&&
a
)
{}
}