/test/language/unclassified/wj/aux_wj01c0.e

http://github.com/tybor/Liberty · Specman e · 12 lines · 8 code · 3 blank · 1 comment · 0 complexity · dc55360530351097a3dc31c16a75a8ab MD5 · raw file

  1. class AUX_WJ01C0
  2. feature {ANY}
  3. a: AUX_WJ01A0
  4. output (arg: like a): STRING
  5. do
  6. Result := arg.x0.out
  7. -- IN C0
  8. end
  9. end -- class AUX_WJ01C0