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