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 956572f commit d214141Copy full SHA for d214141
library/src-3.x/dotty/internal/StringContextMacro.scala
@@ -82,7 +82,7 @@ object StringContextMacro {
82
case ExprSeq(parts2) => parts2.toList
83
case _ => QuoteError("Expected statically known String Context", strCtxExpr)
84
}
85
- case _ => QuoteError("Expected statically known String Context", strCtxExpr) //TODO : quotes?
+ case _ => QuoteError("Expected statically known String Context", strCtxExpr)
86
87
88
0 commit comments