view addon/static_31_Z.d @ 1522:31d658aa7480

fixed fcmov* notation
author thomask
date Fri, 27 Apr 2007 17:25:29 +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;
	}
}