Skip to content

Commit

Permalink
Merge pull request #526 from Atry/private-Macros
Browse files Browse the repository at this point in the history
Make Macros be private
  • Loading branch information
Atry committed Dec 12, 2021
2 parents ca56856 + 7335f0b commit 8b2753b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ object bangnotation {

}

object Macros {
private[dsl] object Macros {
def reify[V](body: quoted.Expr[_])(using qctx: Quotes, tv: quoted.Type[V]): quoted.Expr[_] = {
Macros[qctx.type](resetDescendant = false).reify[V](body/*.underlyingArgument*/)
}
Expand Down

0 comments on commit 8b2753b

Please sign in to comment.