Newer
Older
zweic / tests / 2 / errorSys5.zwei
  1. //this file tests an wrong field declaration (no semicolon)
  2. //this file is not correct
  3.  
  4. class Bimbo {
  5.  
  6. Int bimbo
  7.  
  8. }
  9.  
  10. bimbo