Newer
Older
zweic / tests / 2 / errorSys3.zwei
@glproj03 glproj03 on 24 Nov 2005 121 bytes renamed test file to errorSys3.zwei
  1. //to many expressions after class definition
  2. //this should raise an EOF Exptected error
  3. class bimbo {
  4.  
  5. }
  6.  
  7. null imho