class TEST create make feature make is local x: X do print (x) end end