diff dmd/CallExp.d @ 64:4290d870944a

More fixes
author korDen
date Mon, 23 Aug 2010 20:29:15 +0400
parents cab4c37afb89
children efb1e5bdf63c
line wrap: on
line diff
--- a/dmd/CallExp.d	Mon Aug 23 16:52:24 2010 +0400
+++ b/dmd/CallExp.d	Mon Aug 23 20:29:15 2010 +0400
@@ -1021,7 +1021,9 @@
 
 	void scanForNestedRef(Scope sc)
 	{
-		assert(false);
+		//printf("CallExp.scanForNestedRef(Scope *sc): %s\n", toChars());
+		e1.scanForNestedRef(sc);
+		arrayExpressionScanForNestedRef(sc, arguments);
 	}
 	
 version (DMDV2) {