/test/language/unclassified/wj/aux_wj02a0.e

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

  1. class AUX_WJ02A0
  2. create {ANY}
  3. make
  4. feature {ANY}
  5. make (s: STRING)
  6. do
  7. x0 := s
  8. end
  9. x0: STRING
  10. end -- class AUX_WJ02A0