Skip to content

Commit 1cbb549

Browse files
committed
Revert "Work around Dotty #8064"
This reverts commit 14ec66d.
1 parent 3b67f3f commit 1cbb549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/shared/src/main/scala/cats/effect/internals/ArrayStack.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ package cats.effect.internals
2323
*
2424
* INTERNAL API.
2525
*/
26-
final private[internals] class ArrayStack[A <: AnyRef](
26+
final private[internals] class ArrayStack[A <: AnyRef] private (
2727
initialArray: Array[AnyRef],
2828
chunkSize: Int,
2929
initialIndex: Int

0 commit comments

Comments
 (0)