Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
resources-en
/
src
/
intentionDescriptions
/
CreateLocalVarFromInstanceofAction
/
before.java.template
blob: 13e4f67e203ce275b7ade1f767c760896fe0cc11 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
Object
action
)
{
if
(<
spot
>
action
instanceof
Runnable
</
spot
>)
}
}