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 f461bc8 commit 2bf8579Copy full SHA for 2bf8579
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
- implicit object arrayOps {
+ implied 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
- implicit val _env: Env = Set.empty
+ implied for Env = Set.empty
314
(scrutineeExpr.unseal =#= patternExpr.unseal).asOptionOfTuple.asInstanceOf[Option[Tup]]
315
316
0 commit comments