http://d.puremagic.com/issues/show_bug.cgi?id=10713
Summary: ICE with typeof(this.nonExistingField) in method
signature
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice
Severity: minor
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Vladimir Panteleev <[email protected]> 2013-07-26
01:14:07 EEST ---
struct S
{
void f(typeof(this.nonExistingField) a) {}
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------