Quoted n-ary tuple referring to method params crashes during lambdaLift #23313
Labels
area:lambda-lift
area:metaprogramming:quotes
Issues related to quotes and splices
area:parser
itype:bug
itype:crash
Compiler version
3.7.0
Minimized code
macros.scala
test.scala
The problem clearly has to do with using the
*:
syntax, as usingTuple1(...)
(or(..., ...)
for binary+ tuples) works inside quotes.Output (click arrow to expand)
error lambda lifting test.scala: value x$1 is not visible from <none>
The text was updated successfully, but these errors were encountered: