July 27, 2014
https://issues.dlang.org/show_bug.cgi?id=8718

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from yebblies <yebblies@gmail.com> ---
I think this is working correctly, with the template parameter shadowing the local variable.  It is fairly easy to work around by either renaming the variable or using alias parameters instead of string mixins.

--