Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
when.kt.after
blob: 55dc1a3d4070b4e8beabe537a566bbc098505dba [
file
]
fun foo
(
x
:
String
)
{
when
(
x
)
{
<caret>
->
{
}
else
->
{
}
}
}