view addon/static_31_Z.d @ 541:ee3ad66f8f7b

import / static class members David Friedman <d3rdclsmail_a_@_t_earthlink_d_._t_net> 2005-05-13 news:d61bou$1ghv$1@digitaldaemon.com
author thomask
date Sat, 14 May 2005 07:29:49 +0000
parents
children
line wrap: on
line source

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

module addon.static_31_Z;

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