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