//: generics/HasF.java
// <20>2015 MindView LLC: see Copyright.txt
public class HasF {
public void f() { System.out.println("HasF.f()"); }
} ///:~