Sign in
android
/
platform
/
external
/
annotation-tools
/
92b2dbfe09b2415c27de836ddfe7965a55e09f39
/
.
/
annotation-file-utilities
/
tests
/
LocalArray.java
blob: 0f23dd91394d478bae6993be4dfa238d5cb0d2c4 [
file
] [
log
] [
blame
]
package
annotator
.
tests
;
public
class
LocalArray
{
public
void
foo
()
{
Object
[]
o
=
null
;
System
.
out
.
println
(
o
);
}
}