scalamacros / paradise

(No longer actively maintained.)
http://scalamacros.org/
BSD 3-Clause "New" or "Revised" License
158 stars 53 forks source link

Macro annotations don't expand on types #54

Closed densh closed 8 years ago

densh commented 10 years ago

It would be amazing to have macro annotations expand on types

val rec: Rec@has(x: Int) = Rec(x = 42)
xeno-by commented 10 years ago

For a workaround, https://twitter.com/xeno_by/status/497789999824519168

xeno-by commented 8 years ago

Same as with https://github.com/scalamacros/paradise/issues/16, we will consider this for our new iteration of macros that will be coming with Dotty.