ExprMap
cannot map over call sites taking by name parameters
#15228
Labels
Milestone
ExprMap
cannot map over call sites taking by name parameters
#15228
Compiler version
3.1.2, Scala 3.2.0-RC1-bin-20220517-e5abec0-NIGHTLY
Minimized code
Boilerplate to just do an empty transform using
ExpMap
Then call with something that takes a by name parameter, for example
mac(None.getOrElse(3))
Output
Expectation
Should return the unmodified expression
The text was updated successfully, but these errors were encountered: