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.
@PublishedApi
unwrap
1 parent 5c4a252 commit ef623b8Copy full SHA for ef623b8
kotlinx-coroutines-core/common/src/internal/StackTraceRecovery.common.kt
@@ -40,6 +40,7 @@ internal expect suspend inline fun recoverAndThrow(exception: Throwable): Nothin
40
* The opposite of [recoverStackTrace].
41
* It is guaranteed that `unwrap(recoverStackTrace(e)) === e`
42
*/
43
+@PublishedApi // published for the multiplatform implementation of kotlinx-coroutines-test
44
internal expect fun <E: Throwable> unwrap(exception: E): E
45
46
internal expect class StackTraceElement
0 commit comments