view addon/static_31_Z.d @ 1534:345207906be7

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:35 +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;
	}
}