summaryrefslogtreecommitdiffstats
path: root/tests/052-verifier-fun/src/BlahTwo.java
blob: cff3670912409229655cd3ebaac1513f6a20913c (plain)
1
2
3
4
5
public class BlahTwo extends Blah implements BlahFeature {
    public void doStuff() {
        System.out.println("BlahTwo");
    }
}