(String[] args)
| 21 | } |
| 22 | public class DerivedConstructors { |
| 23 | public static void main(String[] args) { |
| 24 | // TODO Auto-generated method stub |
| 25 | Derived1 obj = new Derived1(); |
| 26 | } |
| 27 | } |
nothing calls this directly
no outgoing calls
no test coverage detected