Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
MoveClassToNewFileIntention
/
after.groovy.template
blob: cd1d6b3fbf3de12c9fc23aaedae54cc810a78f69 [
file
]
File
name
:
classes
.
groovy
class
Foo
{
}
-----
File
name
:
Bar
.
groovy
<spot>
class
Bar
{
}</
spot
>