diff nocompile/foreach_18.d @ 183:1c473946386f

extended foreach tests
author thomask
date Thu, 09 Dec 2004 06:08:48 +0000
parents 5b69c210daee
children e38919011244
line wrap: on
line diff
--- a/nocompile/foreach_18.d	Thu Dec 09 03:26:52 2004 +0000
+++ b/nocompile/foreach_18.d	Thu Dec 09 06:08:48 2004 +0000
@@ -2,12 +2,12 @@
 // $Date$
 // $Author$
 
-// onyl "" and "inout" are as modifiers allowed
+// only "" and "inout" are allowed as modifiers
 
 module dstress.nocompile.foreach_18;
 
 int main(){
-	char[] string
+	char[] string;
 	foreach(out char c; string){
 		
 	}