Skip to content

Commit d214141

Browse files
author
Sara Alemanno
committed
Update StringContextMacro.scala
1 parent 956572f commit d214141

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
@@ -82,7 +82,7 @@ object StringContextMacro {
8282
case ExprSeq(parts2) => parts2.toList
8383
case _ => QuoteError("Expected statically known String Context", strCtxExpr)
8484
}
85-
case _ => QuoteError("Expected statically known String Context", strCtxExpr) //TODO : quotes?
85+
case _ => QuoteError("Expected statically known String Context", strCtxExpr)
8686
}
8787
}
8888

0 commit comments

Comments
 (0)