view addon/static_31_Z.d @ 1556:ca435c6f02c8

DMD-1.014: associative array literals
author thomask
date Mon, 23 Jul 2007 18:46:06 +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;
	}
}