view addon/private_05_A.d @ 1586:a74f0139fc3d

Fix tests using typeof on types.
author Christian Kamm <kamm incasoftware de>
date Thu, 21 Aug 2008 15:42:21 +0200
parents c566f5dba4b4
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;
}