Sign in
android
/
platform
/
external
/
annotation-tools
/
refs/heads/pie-qpr2-release
/
.
/
annotation-file-utilities
/
tests
/
NewSimple.java
blob: a07993480aad80836d710a77c0654a8518ffbcbf [
file
] [
log
] [
blame
] [
edit
]
package
annotator
.
tests
;
public
class
NewSimple
{
public
void
foo
()
{
Object
o
=
new
Object
();
System
.
out
.
println
(
o
);
}
}