http://d.puremagic.com/issues/show_bug.cgi?id=5596
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rejects-valid CC| |[email protected] Platform|Other |All OS/Version|Windows |All --- Comment #4 from yebblies <[email protected]> 2011-07-12 20:36:47 EST --- Reduced: struct X(alias a) { void fx() { a = 4; } int a; } alias X!"a" x; void y(alias b)() { X!b g; } void main() { y!("a")(); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
