Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
a8a17a4b92b290892627f0ccc38973c847e0a7fb
/
.
/
test
/
052-verifier-fun
/
src
/
BlahTwo.java
blob: cff3670912409229655cd3ebaac1513f6a20913c [
file
] [
log
] [
blame
]
public
class
BlahTwo
extends
Blah
implements
BlahFeature
{
public
void
doStuff
()
{
System
.
out
.
println
(
"BlahTwo"
);
}
}