()
| 111 | } |
| 112 | |
| 113 | public void test7() { |
| 114 | System.out.println(System.getProperty("java.version")); |
| 115 | System.out.println(Json.instance.getClassMeta(Inet4Address.class)); |
| 116 | } |
| 117 | |
| 118 | static class D { |
| 119 | final HashMap<Integer, Integer> m = new HashMap<>(); |
no test coverage detected