[K/N] Internalize TypeCastException
As a part of efforts to stabilize Native stdlib.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user