Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
UnfoldBranchedExpressionIntentionUnfoldAssignmentToWhenIntention
/
after.kt.template
blob: a059e3024f7e227e1894df5e59184fe5f2cb4879 [
file
] [
log
] [
blame
]
when
(
n
)
{
1
->
res
=
"one"
2
->
res
=
"two"
else
->
res
=
"many"
}