view nocompile/s/set_01_C.d @ 832:602e7b841889

added further C# like code
author thomask
date Wed, 15 Feb 2006 15:25:52 +0000
parents
children
line wrap: on
line source

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

// Porting: C#

// __DSTRESS_ELINE__ 12

module dstress.nocompile.s.set_01_C;

class C{
	int this[int index]{
		set{
		}
	}
}