[Issue 7645] Internal error: e2ir.c 688
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Mar  4 13:36:28 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7645
--- Comment #2 from Trass3r <mrmocool at gmx.de> 2012-03-04 22:36:23 CET ---
And more:
class Entity
{
  class fld()
  {
    char t;
  }
}
void main()
{
    Entity entity;
    auto email_addy = entity.fld!().t;
}
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list