K2/Java: add private enum constructor for MPP matching

#KT-62961 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-11-24 17:51:50 +01:00
committed by Space Team
parent 563c878f20
commit 2cea2b9098
14 changed files with 40 additions and 44 deletions
@@ -18,5 +18,7 @@ public open class NestedEnumArgument : R|kotlin/Any| {
public final static val entries: R|kotlin/enums/EnumEntries<test/NestedEnumArgument.E>|
public get(): R|kotlin/enums/EnumEntries<test/NestedEnumArgument.E>|
public constructor(): R|test/NestedEnumArgument.E|
}
}