Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
GrCreateFieldForParameterIntention
/
after.groovy.template
blob: 9255e55173a8967b32ac6d68fb8fa31e6816f07e [
file
] [
log
] [
blame
]
class
X
{
<spot>
private
int
myFoo
</
spot
>
def
X
(
int
foo
)
{
<spot>
myFoo
=
foo
</
spot
>
}
}