gkj17

Results 13 comments of gkj17

哈,我的理解是,一个视频,可能存在于几百个收藏夹(被很多人收藏过)吧

哥,你真的太棒了!!!!!!!!!!泪目了

大佬,我也想要你改造后的效果,迫不及待!

sorry, I tried to provide a executable reproducer: ``` // Kotlin Code class TestSample3( val function: SuspendFunction ) { suspend fun fetchData(): Boolean { val result = function.process(1,1) return result.isSuccess...

The jacco report is: TestSample3's decompile result is : ``` @Metadata( mv = {1, 9, 0}, k = 1, xi = 48, d1 = {"\u0000\u001a\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0004\n\u0002\u0010\u000b\n\u0002\b\u0002\u0018\u00002\u00020\u0001B\r\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004J\u000e\u0010\u0007\u001a\u00020\bH\u0086@¢\u0006\u0002\u0010\tR\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0005\u0010\u0006¨\u0006\n"}, d2 = {"Lcom/hide/hide/hide/service/controller/TestSample3;", "", "function",...

Another executable reproducer is: ``` // Code import kotlinx.coroutines.CoroutineDispatcher import kotlinx.coroutines.withContext class TestSample4( private val dispatcher: CoroutineDispatcher, ) { suspend fun fetchData(): Boolean { return withContext(dispatcher){ val a = "test"...

One more reproducer is: ``` // Code import kotlinx.coroutines.CoroutineDispatcher import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.delay import kotlinx.coroutines.launch import kotlinx.coroutines.runBlocking import kotlin.coroutines.resume import kotlin.coroutines.suspendCoroutine class TestSample5( private val dispatcher: CoroutineDispatcher, private val scope:...

@Godin Hi Godin, I wanted to ask if this means that this issue will be fixed in the 0.8.14 jacoco release?