FromExpr
of a Tuple fails to compile when matched via quotes
#16536
Labels
area:metaprogramming:quotes
Issues related to quotes and splices
Compiler version
Scala versions 3.2.0, 3.2.1-RC2 and 3.2.1
Minimized code
Code below shows my attempts to obtain the values of a
Tuple2
(available in scastie). Was unable to do this via quotes for the generic types of the tuple element.Output
These are two of the errors I get:
Expectation
I expected the code above to compile and work.
The text was updated successfully, but these errors were encountered: