[builtins-gen] Explicit visibility for companion objects and secondary constructors

This commit is contained in:
Ilya Gorbunov
2023-09-19 14:48:16 +02:00
committed by Space Team
parent ab7c2f2196
commit d8ee74222f
13 changed files with 27 additions and 37 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ internal constructor(private val value: Int) : Comparable<Char> {
public override fun hashCode(): Int =
value
companion object {
public companion object {
/**
* The minimum value of a character code unit.
*/