/tutorial/cecil/array_of_references/cat.e

http://github.com/tybor/Liberty · Specman e · 9 lines · 6 code · 3 blank · 0 comment · 0 complexity · 8345f6ed1cea3967d16485f8feda42f7 MD5 · raw file

  1. class CAT
  2. inherit
  3. ANIMAL
  4. feature {ANY}
  5. cry: STRING is "MEOW"
  6. end -- class CAT