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