Within the macro a `static[T]` is an expression of type `T`, that's why it doesn't work.
- Can not pass static[string] to macro alexsad
- Re: Can not pass static[string] to macro sk666
- Re: Can not pass static[string] to macro Araq
Within the macro a `static[T]` is an expression of type `T`, that's why it doesn't work.