class TEST inherit EXCEPTIONS create make feature {NONE} -- Creation make is do io.put_string ("") io.put_new_line end end