Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
tryFinally
/
usedAsExpression.kt
blob: a472b5c1cb529d610dfa8d993334f92349b00b05 [
file
]
// IS_APPLICABLE: false
fun foo
()
{
val a
=
if
(
true
)
{
<selection>"aaa"
</
selection
>
}
else
{
"bbb"
}
}