Newer
Older
zweic / tests / 2 / sys8.txt.zwei
@glproj03 glproj03 on 24 Nov 2005 196 bytes added eyers testfiles
//this file tests method definitions
//this file is correct
class MethodTest {

	Int formal () {}
	
	Null formal (Int id) {return id}

	formal formal (Int id, Int id) {ident;}

}
formal