https://d.puremagic.com/issues/show_bug.cgi?id=11509
Summary: AA.rehash doesn't compile with -property
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2013-11-13 03:02:58 PST ---
Problem found by Gary Willoughby:
void main() {
int[string] aa;
aa.rehash;
}
dmd 2.065alpha gives (compiling with "-property"):
temp.d(3): Error: not a property aa.rehash
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------