Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
resources-en
/
src
/
intentionDescriptions
/
CreateCastExpressionFromInstanceofAction
/
after.java.template
blob: 044fcd8bb599ba9debd4ee8ff89500fc17f3d34f [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
Object
action
)
{
if
(
action
instanceof
Runnable
)
{
((
Runnable
)
action
)
}
}
}