Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
)
}
}
}