Function: @author crossoverJie Date: 05/03/2018 23:12 @since JDK 1.8
| 8 | * @since JDK 1.8 |
| 9 | */ |
| 10 | public class Main { |
| 11 | public static void main(String[] args) { |
| 12 | System.out.println(ChildClass.A); |
| 13 | } |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected