/test/language/unclassified/woj/aux_woj01_exp.e

http://github.com/tybor/Liberty · Specman e · 14 lines · 10 code · 4 blank · 0 comment · 0 complexity · bbb17789f6e93bc9928c7b553faaa245 MD5 · raw file

  1. expanded class AUX_WOJ01_EXP
  2. insert
  3. AUX_WOJ01_DEF
  4. feature {ANY}
  5. n: INTEGER
  6. set (i: INTEGER)
  7. do
  8. n := i
  9. end
  10. end -- class AUX_WOJ01_EXP