Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
withIfElseExpression
/
complexBoolean.kt
blob: 5fbcc2978a4c4a23c26fe078549172387c2276bb [
file
] [
log
] [
blame
]
fun foo
(
x
:
Boolean
,
y
:
Boolean
)
{
<selection>
x
||
y
&&
x
</
selection
>
}