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 3258e1f commit e1a51eeCopy full SHA for e1a51ee
kotlinx-coroutines-core/jvm/test/CancellableContinuationJvmTest.kt
@@ -18,5 +18,6 @@ class CancellableContinuationJvmTest : TestBase() {
18
it.resume(Unit)
19
assertTrue(it.toString().contains("kotlinx.coroutines.CancellableContinuationJvmTest.checkToString(CancellableContinuationJvmTest.kt"))
20
}
21
+ suspend {}() // Eliminate tail-call optimization
22
23
0 commit comments