| 6 | import reflection.interfacea.*; |
| 7 | |
| 8 | class B implements A { |
| 9 | @Override public void f() {} |
| 10 | public void g() {} |
| 11 | } |
| 12 | |
| 13 | public class InterfaceViolation { |
| 14 | public static void main(String[] args) { |
nothing calls this directly
no outgoing calls
no test coverage detected