We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01f926 commit 8fecc20Copy full SHA for 8fecc20
core/kotlinx-coroutines-core/test/IODispatcherTest.kt
@@ -2,7 +2,8 @@
2
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
*/
4
5
-import kotlinx.coroutines.experimental.*
+package kotlinx.coroutines.experimental
6
+
7
import org.junit.Test
8
import kotlin.test.*
9
core/kotlinx-coroutines-core/test/WithTimeoutJvmTest.kt
import kotlinx.coroutines.experimental.exceptions.*
import java.io.*
0 commit comments