class TEST create make feature {NONE} -- Creation make is local i: INTEGER do inspect i when x, y then else end end x: INTEGER is 5 end