http://d.puremagic.com/issues/show_bug.cgi?id=11245


Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzi...@digitalmars.com


--- Comment #3 from Walter Bright <bugzi...@digitalmars.com> 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: -------

Reply via email to