Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
ifElse
/
variable.kt.after
blob: 37ef89af9a260b568091599631c6909757b1fd44 [
file
]
fun foo
()
{
val a
=
""
if
(<
caret
>)
{
a
}
else
{
}
}