Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
when
/
singleExpression.kt.after
blob: 934829d0b6efeb28f79e68c69a0a0a2ba30844ac [
file
]
fun foo
()
{
val a
=
"aa"
when
(
a
)
{
<caret>
->
{
}
else
->
{
}
}
}