Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
resources-en
/
src
/
postfixTemplates
/
CastExpressionPostfixTemplate
/
after.java.template
blob: 96281669cc1f05ce990f078b32931bc42c74c209 [
file
] [
log
] [
blame
]
Tor Norbye
c667c1f
2014-05-28 17:06:51 -0700
[
diff
] [
blame
]
1
public
class
Foo
{
2
void
m
(
Object
o
)
{
3
((<
spot
></
spot
>)
o
)
4
}
5
}