diff dmd/ArrayScopeSymbol.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 4caad35a6ceb
children 2e2a5c3f943a
line wrap: on
line diff
--- a/dmd/ArrayScopeSymbol.d	Sat Aug 21 07:39:45 2010 +0400
+++ b/dmd/ArrayScopeSymbol.d	Sat Aug 21 07:53:20 2010 +0400
@@ -42,7 +42,10 @@
 	
     this(Scope sc, TypeTuple t)
 	{
-		assert(false);
+		exp = null;
+		type = t;
+		td = null;
+		this.sc = sc;
 	}
 	
     this(Scope sc, TupleDeclaration s)