| 1 | package compilation; |
| 2 | |
| 3 | public interface JDK8InterfaceMethods { |
| 4 | public static long staticMethod0(long v) { return v; } |
| 5 | public static String staticMethod1(String s) { return s; } |
| 6 | public static boolean staticMethod2(boolean b) { return b; } |
| 7 | } |
nothing calls this directly
no outgoing calls
no test coverage detected