Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
CreateEnumSwitchBranchesIntention
/
before.java.template
blob: 87e21d6e9f7f03b34c736e0c1f23059caa9bbf3f [
file
] [
log
] [
blame
]
public
class
X
{
int
f
(
Color
a
)
{
<spot>
switch
(
a
)
{
}</
spot
>
}
}