Newer
Older
zweic / tests / 2 / sys9.txt.zwei
@glproj03 glproj03 on 24 Nov 2005 243 bytes added eyers testfiles
//this file tests invalid method definitions. 
// missing second ")"  and missing identifier in the second method declaration
//this file is wrong
class Bimbo {

	formal formal (formal formal {}

	formal formal2(ident) {}
	
}

bimbo