Skip to content

Commit 54c6c34

Browse files
committed
Fix release docs
1 parent 5ef454c commit 54c6c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2020-03-18-23rd-dotty-milestone-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Macro.scala
221221
import scala.quoted._
222222

223223
inline def showTree(inline x: Any): String = ${ showTreeImpl('x) }
224-
def showTreeImpl(x: Expr[Any])(using qctx: Quotes): Expr[String] =
224+
def showTreeImpl(x: Expr[Any])(using qctx: QuoteContext): Expr[String] =
225225
import qctx.tasty._
226226
x.unseal match
227227
case Inlined(_, _, app: Apply) =>

0 commit comments

Comments
 (0)