Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceLambdaWithAnonymousIntention
/
before.java.template
blob: ccf9755193b09d4180d33bffe108ef494f8fba6b [
file
] [
log
] [
blame
]
class
X
{
{
Runnable
r
=
<spot>
()
-
>
{}</
spot
>;
}
}