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 641e892 commit 7a2b9ebCopy full SHA for 7a2b9eb
scalatest.dotty/src/main/scala/org/scalatest/diagrams/DiagramsMacro.scala
@@ -23,7 +23,7 @@ import org.scalatest.compatible.Assertion
23
object DiagramsMacro {
24
// Transform the input expression by parsing out the anchor and generate expression that can support diagram rendering
25
def parse(qctx: QuoteContext)(expr: qctx.tasty.Term): qctx.tasty.Term = {
26
- implicit val qctx2: QuoteContext = qctx
+ implicit val qctx2: qctx.type = qctx // TODO qctx should be given
27
import qctx.tasty.{_, given _}
28
import util._
29
0 commit comments