view nocompile/g/get_01_A.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__ 15

module dstress.nocompile.g.get_01_A;

class C{
	int i;

	int X{
		get{
			return i;
		}
	}
}