comparison nocompile/final_11.d @ 360:e38919011244

dif. fixes 3
author thomask
date Fri, 25 Mar 2005 05:22:21 +0000
parents 5f98d4a33d49
children
comparison
equal deleted inserted replaced
359:b4e9dc55e25d 360:e38919011244
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
1 // only class functions might be final (structs can't inherite) 5 // only class functions might be final (structs can't inherite)
6
7 // __DSTRESS_ELINE__ 12
2 8
3 module dstress.nocompile.final_11; 9 module dstress.nocompile.final_11;
4 10
5 struct MyStruct{ 11 struct MyStruct{
6 final void test(){ 12 final void test(){