Implement debug-friendly Continuation.toString()
#KT-18986 Fixed
This commit is contained in:
committed by
Ilya Gorbunov
parent
4929f457ed
commit
e8597d706d
@@ -31,5 +31,5 @@ fun box(): String {
|
||||
result = A<String>().bar()
|
||||
}
|
||||
|
||||
return if (result == "Continuation @ A\$bar\$1") "OK" else "Fail: $result"
|
||||
return if (result == "Continuation at A.bar(coroutineToString.kt:16)") "OK" else "Fail: $result"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user