Type Parameters and Value parameters can both have annotations.
In scala reflect, you could expand macros from value parameters.
In scalameta/paradise you could not.
It is fairly trivial to do this now we have transmutation generators, and are not restricted by the compiler, we should definitely consider including that.
Type Parameters and Value parameters can both have annotations.
In scala reflect, you could expand macros from value parameters.
In scalameta/paradise you could not.
It is fairly trivial to do this now we have transmutation generators, and are not restricted by the compiler, we should definitely consider including that.