Polish 'Handle generics with identical names in different positions'
See gh-45011
This commit is contained in:
@@ -54,7 +54,6 @@ class TypeUtilsTests {
|
||||
assertThat(getTypeOfField(typeUtils, typeElement, "name")).hasToString(String.class.getName());
|
||||
assertThat(getTypeOfField(typeUtils, typeElement, "mappings"))
|
||||
.hasToString(constructMapType(Integer.class, Duration.class));
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user