diff dmd/InExp.d @ 61:4ae0d790a452

OnScopeStatement.syntaxCopy PtrExp.isLvalue InExp.opId
author korDen
date Mon, 23 Aug 2010 03:01:24 +0400
parents d42cd5917df4
children 6557375aff35
line wrap: on
line diff
--- a/dmd/InExp.d	Mon Aug 23 02:48:05 2010 +0400
+++ b/dmd/InExp.d	Mon Aug 23 03:01:24 2010 +0400
@@ -8,6 +8,7 @@
 import dmd.BinExp;
 import dmd.TOK;
 import dmd.Type;
+import dmd.Id;
 import dmd.TY;
 import dmd.TypeAArray;
 
@@ -64,7 +65,7 @@
 
 	Identifier opId()
 	{
-		assert(false);
+		return Id.opIn;
 	}
 
 	Identifier opId_r()