We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bad5fc commit 86deed2Copy full SHA for 86deed2
kotlinx-coroutines-core/native/src/Debug.kt
@@ -9,6 +9,7 @@ import kotlin.native.*
9
10
internal actual val DEBUG: Boolean = false
11
12
+@OptIn(ExperimentalStdlibApi::class)
13
internal actual val Any.hexAddress: String get() = identityHashCode().toUInt().toString(16)
14
15
internal actual val Any.classSimpleName: String get() = this::class.simpleName ?: "Unknown"
0 commit comments