Skip to content

Commit 11cd3d0

Browse files
committed
doh
1 parent abb4763 commit 11cd3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/collection/immutable/next/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ package scala.collection.immutable
1414

1515
package object next {
1616

17-
implicit class NextLazyListExtensions[T](val ll: LazyList[T]) extends AnyVal {
17+
implicit class NextLazyListExtensions[T](private val ll: LazyList[T]) extends AnyVal {
1818
/**
1919
* When called on a finite `LazyList`, returns a circular structure
2020
* that endlessly repeats the elements in the input.

0 commit comments

Comments
 (0)