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