/test/language/unclassified/wj/aux_wj01a0.e

http://github.com/tybor/Liberty · Specman e · 17 lines · 13 code · 4 blank · 0 comment · 1 complexity · 8099385109982d9139581a5aaaa1165a MD5 · raw file

  1. class AUX_WJ01A0
  2. create {ANY}
  3. make
  4. feature {ANY}
  5. make (s: STRING)
  6. do
  7. x0 := s
  8. if x0 /= Void then
  9. x0 := s.twin
  10. end
  11. end
  12. x0: STRING
  13. end -- class AUX_WJ01A0