December 23, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11804

           Summary: ICE on sequence alias this
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: timon.gehr@gmx.ch


--- Comment #0 from timon.gehr@gmx.ch 2013-12-22 17:51:51 PST ---
DMD 2.064.2:

struct TemplateArgumentList(T...){
    alias expand = T;
    alias expand this;
}
pragma(msg,TemplateArgumentList!(1,2,3)[0]);

dmd: aliasthis.c:114: virtual void AliasThis::semantic(Scope*): Assertion `t'
failed.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 23, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11804


Kenji Hara <k.hara.pg@gmail.com> changed:

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


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-12-22 18:52:08 PST ---
With git head (2.065alpha), prints:
1

*** This issue has been marked as a duplicate of issue 8735 ***

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------