(String[] args)
| 4 | public class GetMember { |
| 5 | |
| 6 | public static void main(String[] args) throws Exception { |
| 7 | testConstructor(); |
| 8 | testMethod(); |
| 9 | testGetClass(); |
| 10 | } |
| 11 | |
| 12 | static void testConstructor() throws Exception { |
| 13 | Class<U> klass = U.class; |
nothing calls this directly
no test coverage detected