class TEST create make feature make local a: A b: B do a := a + b end end