标签: scala scala-macros scala-macro-paradise
@Macro class X { @AnotherMacro def y = ... }
首先转换类(并且能够修改@AnotherMacro)还是方法?这有保证吗?
@AnotherMacro