blob: a8c6598e88090a9f212ea7c9d06185e716f796bf [file] [log] [blame]
/*
* Copyright 2016-2022 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
import kotlinx.coroutines.test.*
import kotlin.test.*
class SampleTest {
@Test
fun test() = runTest {
doWorld()
}
}