(boolean v)
| 10 | private static final int CommonBase = -Range; |
| 11 | |
| 12 | private static void expect(boolean v) { |
| 13 | if (! v) throw new RuntimeException(); |
| 14 | } |
| 15 | |
| 16 | public static void main(String[] args) throws Throwable { |
| 17 | final ConcurrentMap<Integer, Object> map = new ConcurrentHashMap(); |
no outgoing calls
no test coverage detected