(CoroutineDebugger) negative frames removed from coroutine stack

This commit is contained in:
Vladimir Ilmov
2020-04-20 11:05:15 +02:00
parent be2185ec01
commit 0ce8ca7bcd
7 changed files with 87 additions and 27 deletions
@@ -118,7 +118,7 @@ private inline fun <T> wrapEvaluateException(block: () -> T): T? {
}
}
private inline fun <T> wrapIllegalArgumentException(block: () -> T): T? {
public inline fun <T> wrapIllegalArgumentException(block: () -> T): T? {
return try {
block()
} catch (e: IllegalArgumentException) {