class TEST create make feature {NONE} -- Creation make is -- Run tests. local a: A do a.do_nothing end end