Newer
Older
zweic / tests / 2 / errorSys9.zwei
  1. //this file tests invalid method definitions.
  2. // missing second ")" and missing identifier in the second method declaration
  3. //this file is wrong
  4. class Bimbo {
  5.  
  6. formal formal (formal formal {}
  7.  
  8. formal formal2(ident) {}
  9. }
  10.  
  11. bimbo