You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
The first match expression does work and prints something during the macro expansion, however, the second match expression does not even compile, it says:
[error] 140 | quotes.reflect.report.info(s"foo.Baz[Int] = ${Type.show[baz[Int]]}")
[error] | ^^^^^^^^
[error] | baz does not take type parameters
Consider the following macro definition:
The first match expression does work and prints something during the macro expansion, however, the second match expression does not even compile, it says:
I’ve tried different variations, without success:
This one compiles but does not match at macro-expansion-time.
This one does not compile:
Originally posted by @julienrf in scala/scala3#12446
The text was updated successfully, but these errors were encountered: