diff --git a/core/reflection.jvm/src/kotlin/reflect/jvm/internal/pcollections/HashPMap.java b/core/reflection.jvm/src/kotlin/reflect/jvm/internal/pcollections/HashPMap.java index f6826d3de78..db2b8a247a4 100644 --- a/core/reflection.jvm/src/kotlin/reflect/jvm/internal/pcollections/HashPMap.java +++ b/core/reflection.jvm/src/kotlin/reflect/jvm/internal/pcollections/HashPMap.java @@ -20,6 +20,7 @@ import org.jetbrains.annotations.NotNull; /** * A persistent map from non-null keys to non-null values. + * @suppress */ public final class HashPMap { private static final HashPMap EMPTY = new HashPMap(IntTreePMap.>>empty(), 0);