Skip to content

Commit 20e4bde

Browse files
shmuelrpablobaxter
authored andcommitted
Add missing package statement to test file (Kotlin#3249)
1 parent 81f4dad commit 20e4bde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kotlinx-coroutines-core/concurrent/test/LimitedParallelismConcurrentTest.kt

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

5+
package kotlinx.coroutines
6+
57
import kotlinx.atomicfu.*
68
import kotlinx.coroutines.*
79
import kotlinx.coroutines.exceptions.*

0 commit comments

Comments
 (0)