kotlinx-metadata: Wrong interpretation of Flag.Constructor.IS_PRIMARY

^KT-42429
This commit is contained in:
Dmitriy Dolovov
2020-10-02 22:04:37 +03:00
parent 3a5ffe479e
commit 52e56ca070
3 changed files with 12 additions and 4 deletions
@@ -958,7 +958,7 @@ private val CLASS_FLAGS_MAP = COMMON_FLAGS_MAP + mapOf(
)
private val CONSTRUCTOR_FLAGS_MAP = VISIBILITY_FLAGS_MAP + mapOf(
Flag.Constructor.IS_PRIMARY to "/* primary */",
Flag.Constructor.IS_SECONDARY to "/* secondary */",
Flag.Constructor.HAS_NON_STABLE_PARAMETER_NAMES to "/* non-stable parameter names */"
)