Newer
Older
zweic / tests / 2 / sys8.txt.zwei
@glproj03 glproj03 on 24 Nov 2005 196 bytes added eyers testfiles
  1. //this file tests method definitions
  2. //this file is correct
  3. class MethodTest {
  4.  
  5. Int formal () {}
  6. Null formal (Int id) {return id}
  7.  
  8. formal formal (Int id, Int id) {ident;}
  9.  
  10. }
  11. formal