dotty is not outputting MethodParameters to bytecode #17888
magnolia-k
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When the above code is compiled, MethodParameters is set in the bytecode in Scala2, but not in dotty (3.0.0-M3).
Scala 2.13.4
dotty(3.0.0-M3)
MethodParameters is not set in dotty's bytecode.
When setting parameters, it is necessary to be careful to set encoded parameters.
scala/scala#9435
Beta Was this translation helpful? Give feedback.
All reactions