/* * 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() } }