Drop erroneous FirJavaConstructorBuilder.visibility

Related to KT-62961
This commit is contained in:
Mikhail Glukhikh
2023-11-24 22:38:12 +01:00
committed by Space Team
parent 2cea2b9098
commit 1260d03561
14 changed files with 13 additions and 17 deletions
@@ -18,7 +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|
private constructor(): R|test/NestedEnumArgument.E|
}
}