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