http://d.puremagic.com/issues/show_bug.cgi?id=11245
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Walter Bright <[email protected]> 2013-10-14 15:17:52 PDT --- The repro case: ----------------------- struct Vec2 { float f[2]; } class Bar { void func() { float[Vec2.f.length] newVal; } } void main(string[] args) { (new Bar).func(); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
