view addon/private_08_Z.d @ 675:3bceadfda331

John C <johnch_atms@hotmail.com> 2005-09-17 news:dggnh1$2tlj$1@digitaldaemon.com
author thomask
date Tue, 20 Sep 2005 09:00:13 +0000
parents
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
}