class TEST create make feature make local l_a: A[LIST[STRING], LIST[STRING]] do create l_a end end