Skip to content

Commit 2bf8579

Browse files
committed
Revert "Revert to old implicit syntax in Bootstrap library"
This reverts commit ca438bb.
1 parent f461bc8 commit 2bf8579

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/src-3.x/scala/IArray.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ opaque type IArray[+T] = Array[_ <: T]
99
object IArray {
1010

1111
/** Defines extension methods for immutable arrays */
12-
implicit object arrayOps {
12+
implied arrayOps {
1313

1414
/** The selection operation on an immutable array.
1515
*

library/src-3.x/scala/internal/quoted/Matcher.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ object Matcher {
310310
}
311311
}
312312

313-
implicit val _env: Env = Set.empty
313+
implied for Env = Set.empty
314314
(scrutineeExpr.unseal =#= patternExpr.unseal).asOptionOfTuple.asInstanceOf[Option[Tup]]
315315
}
316316

0 commit comments

Comments
 (0)