Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
resources-en
/
src
/
intentionDescriptions
/
ReplaceCastWithVariableAction
/
after.java.template
blob: 222b38c4c26ff0efa37487c2bf9fa6d9fbe467c8 [
file
] [
log
] [
blame
]
FooBar
foobar
=
(
FooBar
)
foo
;
return
foobar
.
baz
;