()
| 44 | System.out.println("aaa() is called."); |
| 45 | } |
| 46 | void aaa2() { |
| 47 | System.out.println("aaa2() is called."); |
| 48 | } |
| 49 | void bbb() { |
| 50 | System.out.println("bbb() is called."); |
| 51 | } |
nothing calls this directly
no outgoing calls
no test coverage detected