Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
6f485c62b9cfce3ab71020c646ab9f48d9d29d6d
/
.
/
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"
);
}
}