/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
- class CAT
- inherit
- ANIMAL
- feature {ANY}
- cry: STRING is "MEOW"
- end -- class CAT