D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 2446 - parser rejects indexed tuple as type in Type.StaticMember syntax
Summary: parser rejects indexed tuple as type in Type.StaticMember syntax
Status: RESOLVED DUPLICATE of issue 3085
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D1 (retired)
Hardware: x86 Windows
: P2 normal
Assignee: No Owner
URL:
Keywords: rejects-valid
Depends on:
Blocks:
 
Reported: 2008-11-10 00:22 UTC by BCS
Modified: 2014-03-01 00:36 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description BCS 2008-11-10 00:22:53 UTC
template tpl(T...){alias T tpl;}

struct B { alias int C; }
alias tpl!(B) A;

A[0].C a; // ERROR HERE
Comment 1 Manuel König 2010-10-11 12:42:21 UTC

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