dotty is not outputting MethodParameters to bytecode #17888
              
  
  Closed
              
          
                  
                    
                      magnolia-k
                    
                  
                
                  started this conversation in
                Feature Requests
              
            Replies: 1 comment
-
| now I wonder if the unencoded name in scala 2 is worth rectifying. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
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