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