diff dmd/CompoundStatement.d @ 27:0613413fa94c

Accidentally removed line restored.
author korDen
date Tue, 13 Apr 2010 15:34:41 +0400
parents 3f834bed4f13
children cab4c37afb89
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)