[Issue 10713] New: ICE with typeof(this.nonExistingField) in method signature
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jul 25 15:14:08 PDT 2013
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: nobody at puremagic.com
ReportedBy: thecybershadow at gmail.com
--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list