Skip to content

Commit 3e38ef3

Browse files
author
Sara Alemanno
committed
Update StringContextMacro.scala
modify imports
1 parent 752ae03 commit 3e38ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src-3.x/dotty/internal/StringContextMacro.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ object StringContextMacro {
159159
* @return the Expr containing the formatted and interpolated String or an error/warning report if the parameters are not correct
160160
*/
161161
def interpolate(partsExpr : List[Expr[String]], args : List[Expr[Any]], argsExpr: Expr[Seq[Any]], reporter : Reporter)(implicit reflect: Reflection) : Expr[String] = {
162-
import reflect.{Literal => LiteralTree, _}
162+
import reflect._
163163

164164
/** Checks if the number of arguments are the same as the number of formatting strings
165165
*

0 commit comments

Comments
 (0)