class TEST create make feature make local a: TEST1 b: TEST2 do create a a.try create b b.try end end