Skip to content

Commit a13b014

Browse files
committed
Change colon to with in library
1 parent 9bb7006 commit a13b014

File tree

8 files changed

+89
-89
lines changed

8 files changed

+89
-89
lines changed

library/src/scala/quoted/ExprMap.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package scala.quoted
22

3-
trait ExprMap:
3+
trait ExprMap with
44

55
/** Map an expression `e` with a type `T` */
66
def transform[T](e: Expr[T])(using Type[T])(using Quotes): Expr[T]

0 commit comments

Comments
 (0)