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