class TEST create make feature {NONE} make -- Create expanded objects that need to initialize their attributes. local x: A y: A do x := y create x.make_self create x.make_other (Current) end feature -- Access access (a: A) -- Do nothing. do end end