Skip to content

Commit 1740ec7

Browse files
committed
Fix package name
1 parent 1acb67a commit 1740ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/kotlinx-coroutines-core/test/channels/InvokeOnCloseStressTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5-
package channels
5+
package kotlinx.coroutines.experimental.channels
66

77
import kotlinx.coroutines.experimental.*
88
import kotlinx.coroutines.experimental.channels.*

0 commit comments

Comments
 (0)