view nocompile/final_11.d @ 360:e38919011244

dif. fixes 3
author thomask
date Fri, 25 Mar 2005 05:22:21 +0000
parents 5f98d4a33d49
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// only class functions might be final (structs can't inherite)

// __DSTRESS_ELINE__ 12

module dstress.nocompile.final_11;

struct MyStruct{
	final void test(){
	}
}