Avoid lifting try block in argument of static method into separate methods #11213
Labels
backend
fixed in Scala 3
This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
Milestone
Suggested in scala/scala#7312 (comment)
The argument is lifted into a method by uncurry, but that's not necessary as there's no value on the stack.
The text was updated successfully, but these errors were encountered: