| 82 | static class Test4 extends Test2 {} |
| 83 | |
| 84 | static class Test5 extends Test3 { |
| 85 | public void t1() {} |
| 86 | |
| 87 | public void t2() {} |
| 88 | } |
| 89 | |
| 90 | static class Test6 extends Test5 { |
| 91 | @NotImplemented |
nothing calls this directly
no outgoing calls
no test coverage detected