diff dmd/IsExp.d @ 113:3482c73a991b

More cleanup for arrays
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Tue, 31 Aug 2010 23:57:32 +0100
parents 12c0c84d13fd
children e28b18c23469
line wrap: on
line diff
--- a/dmd/IsExp.d	Wed Sep 01 00:14:27 2010 +0200
+++ b/dmd/IsExp.d	Tue Aug 31 23:57:32 2010 +0100
@@ -253,7 +253,7 @@
 			}
 			else
 			{
-				tded = cast(Type)dedtypes.data[0];
+				tded = cast(Type)dedtypes[0];
 				if (!tded)
 				tded = targ;