Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
resources-en
/
src
/
postfixTemplates
/
IntroduceVariablePostfixTemplate
/
after.java.template
blob: 6e23f45dce05093d491c7fad94245b618a7fb0b1 [
file
] [
log
] [
blame
]
public
class
Foo
{
void
m
(
Object
o
)
{
boolean
foo
=
o
instanceof
String
;
}
}