[K/N] Internalize TypeCastException

As a part of efforts to stabilize Native stdlib.
This commit is contained in:
Abduqodiri Qurbonzoda
2023-04-06 20:56:27 +03:00
parent df642dd3fb
commit 54bbeae273
2 changed files with 4 additions and 3 deletions
@@ -106,7 +106,8 @@ public actual open class ClassCastException : RuntimeException {
actual constructor(message: String?) : super(message)
}
public open class TypeCastException : ClassCastException {
@PublishedApi
internal open class TypeCastException : ClassCastException {
constructor() : super()