changeset 27:0613413fa94c

Accidentally removed line restored.
author korDen
date Tue, 13 Apr 2010 15:34:41 +0400
parents 05f02c19bd81
children c369e9924151
files dmd/CompoundStatement.d
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dmd/CompoundStatement.d	Tue Apr 13 14:19:47 2010 +0400
+++ b/dmd/CompoundStatement.d	Tue Apr 13 15:34:41 2010 +0400
@@ -89,6 +89,8 @@
 					statements.insert(i, a);
 					continue;
 				}
+				
+				s = s.semantic(sc);
 
 				statements.data[i] = cast(void*)s;
 				if (s)