class AA create make feature make local b: BB [DD] do create b print ("Passed") end end