deferred class TEST2 feature execute local l_list: TUPLE [s: STRING] do l_list.s := "Toto" end end