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 a7ebcbb commit 055cb5cCopy full SHA for 055cb5c
scalatest.dotty/src/main/scala/org/scalatest/DiagrammedExprMacro.scala
@@ -127,7 +127,6 @@ object DiagrammedExprMacro {
127
val rights = args.map { arg =>
128
type V
129
implicit val tpV: quoted.Type[V] = arg.tpe.seal.asInstanceOf[quoted.Type[V]]
130
- parse(arg.seal)
131
parse[V](arg.seal.asInstanceOf[Expr[V]])
132
}
133
@@ -148,7 +147,6 @@ object DiagrammedExprMacro {
148
147
// val rights = args.map { arg =>
149
// type V
150
// implicit val tpV: quoted.Type[V] = arg.tpe.seal.asInstanceOf[quoted.Type[V]]
151
- // parse(arg.seal)
152
// parse[V](arg.seal.asInstanceOf[Expr[V]])
153
// }
154
0 commit comments