Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
withIfExpression
/
variable.kt.after
blob: 3f90f7987167d22dfe60a4e8a6c421cca43eb7df [
file
]
fun foo
(
x
:
Boolean
)
{
if
(
x
)
{
<caret>
}
}