// generics/HasF.java // ©2016 MindView LLC: see Copyright.txt public class HasF { public void f() { System.out.println("HasF.f()"); } }