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 5802250 commit de3581cCopy full SHA for de3581c
library/src-3.x/scala/IArray.scala
@@ -9,7 +9,7 @@ opaque type IArray[+T] = Array[_ <: T]
9
object IArray {
10
11
/** Defines extension methods for immutable arrays */
12
- implied arrayOps {
+ implicit object arrayOps {
13
14
/** The selection operation on an immutable array.
15
*
library/src-3.x/scala/internal/quoted/Matcher.scala
@@ -310,7 +310,7 @@ object Matcher {
310
}
311
312
313
- implied for Env = Set.empty
+ implicit val _env: Env = Set.empty
314
(scrutineeExpr.unseal =#= patternExpr.unseal).asOptionOfTuple.asInstanceOf[Option[Tup]]
315
316
0 commit comments