[AA LC] Properly set type mapping mode for bounds of type parameters

This commit is contained in:
Dmitriy Novozhilov
2022-08-10 15:13:17 +03:00
parent a3884e35e2
commit c67ded2d3b
8 changed files with 15 additions and 13 deletions
@@ -1,4 +1,4 @@
public final class TypeHierarchyMap /* p1.TypeHierarchyMap*/<TValue> implements kotlin.collections.Map<java.lang.Class<?>, TValue> {
public final class TypeHierarchyMap /* p1.TypeHierarchyMap*/<TValue> implements java.util.Map<java.lang.Class<?>, TValue> {
@java.lang.Override()
public boolean containsKey(@org.jetbrains.annotations.NotNull() java.lang.Class<?>);// containsKey(java.lang.Class<?>)