diff dmd/WithStatement.d @ 49:0aa7d1437ada

AttribDeclaration.oneMember Lexer.decodeUTF WithStatement.ctor StructDeclaration.syntaxCopy CtorDeclaration.syntaxCopy ConditionalStatement.syntaxCopy ProtDeclaration.syntaxCopy ArrayScopeSymbol.this TemplateDeclaration.toChars
author korDen
date Sat, 21 Aug 2010 07:53:20 +0400
parents 10317f0c89a5
children 2e2a5c3f943a
line wrap: on
line diff
--- a/dmd/WithStatement.d	Sat Aug 21 07:39:45 2010 +0400
+++ b/dmd/WithStatement.d	Sat Aug 21 07:53:20 2010 +0400
@@ -19,8 +19,10 @@
 
     this(Loc loc, Expression exp, Statement body_)
 	{
-		assert(false);
 		super(loc);
+		this.exp = exp;
+		this.body_ = body_;
+		wthis = null;
 	}
 	
     Statement syntaxCopy()