Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
ConvertClosureToMethodIntention
/
before.groovy.template
blob: 13ed95a0bb49b3c5cf707504a4cd23c95ee704da [
file
] [
log
] [
blame
]
class
A
{
<spot>
def
foo
=
{
def
x
,
def
y
->
print
x
+
y
;
}</
spot
>
}