Newer
Older
zweic / tests / 2 / errorSys9.zwei
//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