We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb4763 commit 11cd3d0Copy full SHA for 11cd3d0
src/main/scala/scala/collection/immutable/next/package.scala
@@ -14,7 +14,7 @@ package scala.collection.immutable
14
15
package object next {
16
17
- implicit class NextLazyListExtensions[T](val ll: LazyList[T]) extends AnyVal {
+ implicit class NextLazyListExtensions[T](private val ll: LazyList[T]) extends AnyVal {
18
/**
19
* When called on a finite `LazyList`, returns a circular structure
20
* that endlessly repeats the elements in the input.
0 commit comments