http://d.puremagic.com/issues/show_bug.cgi?id=7500
Summary: [ICE] (template.c line 5287) with immutable lambda
function
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] 2012-02-13 20:49:10 PST ---
void main() {
alias immutable bool function(int[]) Foo;
Foo f = a => true;
}
DMD 2.058beta3:
Assertion failure: 'global.errors' on line 5287 in file 'template.c'
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------