Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceLambdaWithAnonymousIntention
/
after.java.template
blob: a5a3b1e89d5e6fe8cc2b221d1bbf13e2a102c9d2 [
file
] [
log
] [
blame
]
class
X
{
{
Runnable
r
=
new
Runnable
()
{
public
void
run
()
{
}
};
}
}