Fix RawVarDecl double codegen bug. Thanks to downs for the testcase.

This commit is contained in:
Christian Kamm
2008-11-18 18:07:57 +01:00
parent ccd8810e68
commit b172c4a668
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
void foo() { void delegate()[] bar; try {} finally { foreach (dg; bar) dg(); } }