diff nocompile/final_07.d @ 70:5f98d4a33d49

1) review of all test cases with unexpected results (except encoding and html/xml) 2) updated todo
author thomask
date Sat, 23 Oct 2004 22:47:47 +0000
parents fa94281987cf
children e38919011244
line wrap: on
line diff
--- a/nocompile/final_07.d	Sat Oct 23 10:12:58 2004 +0000
+++ b/nocompile/final_07.d	Sat Oct 23 22:47:47 2004 +0000
@@ -1,3 +1,7 @@
+// only class functions might be final
+
+module dstress.nocompile.final_07;
+
 final struct MyStruct{
 	int dummy;
 }