diego-gomez-olvera
10/13/2020, 4:07 PM=
) with Unit
. In general I favor avoiding this and other people also found it confusing. Do you know if there is any kind of official guideline about it? https://kotlinlang.slack.com/archives/C4GKV43N2/p1506416194000224diego-gomez-olvera
10/13/2020, 4:10 PMFabian Braun
10/13/2020, 4:25 PM@Test
fun exampleTest() = runBlockingTest {
// ...
}
But that’s a special case I guess…raulraja
10/13/2020, 9:24 PMraulraja
10/13/2020, 9:28 PM