Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
IntroduceWhenSubjectIntention
/
before.kt.template
blob: a3b53a936d0441b04f438d5eae79131e99bd5160 [
file
] [
log
] [
blame
]
when
{
n
==
1
->
{
res
=
"one"
}
n
==
2
->
{
res
=
"two"
}
else
->
{
res
=
"???"
}
}