view addon/private_05_A.d @ 677:c566f5dba4b4

fixed "private" tests
author thomask
date Tue, 20 Sep 2005 09:01:37 +0000
parents 678432b755c1
children
line wrap: on
line source

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

// @author@	imr1984 <imr1984_member@pathlink.com>
// @date@	2005-04-20
// @uri@	news:d45a07$2qit$1@digitaldaemon.com

module addon.private_05_A;

class MyClass{
	private static int dummy;
}