package test; import foo.A; public class ThrowsOnGenericMethod { public static void main(String[] args) { new A().foo(""); } }