Scala Compiler Plugin Rewrite Function Definition As A Tuple: error: not found: value scala.Tuple2

后端 未结 0 1420
轻奢々
轻奢々 2020-12-19 23:53

I am writing a compiler plugin to rewrite a function definition as a tuple of the function hash + function body

So the following

def f(a: Int, b: Int)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题