Exemplo n.º 1
0
 @Test
 public void testLang820() throws Exception {
   final Type[] typeArray = {String.class, String.class};
   final Type[] expectedArray = {String.class};
   Assert.assertArrayEquals(expectedArray, TypeUtils.normalizeUpperBounds(typeArray));
 }