Skip to content

Commit

Permalink
Add missing package statement to test file (#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelr committed Apr 13, 2022
1 parent 90fa892 commit 163a55e
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -2,6 +2,8 @@
* Copyright 2016-2022 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/

package kotlinx.coroutines

import kotlinx.atomicfu.*
import kotlinx.coroutines.*
import kotlinx.coroutines.exceptions.*
Expand Down

0 comments on commit 163a55e

Please sign in to comment.