view addon/static_31_Z.d @ 1532:94502f22d55e

fixed ModuleInfo dependency
author thomask
date Fri, 27 Apr 2007 17:35:45 +0000
parents ee3ad66f8f7b
children
line wrap: on
line source

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

module addon.static_31_Z;

class MyClass{
	static int test(int i){
		return i+1;
	}
}