view addon/private_08_Z.d @ 1604:cc724d521a34

Add note about possible issues with test case depending on switch scopes.
author Christian Kamm <kamm incasoftware de>
date Sat, 28 Mar 2009 19:17:58 +0100
parents 3bceadfda331
children
line wrap: on
line source

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

module addon.private_08_Z;

private class PClass{
	int dummy;
}

private interface PInterface{
	void dummy();
}

private enum PEnum{
	DUMMY = 1
}