class TEST inherit {NONE} ARGUMENTS_32 create make feature {NONE} -- Initialization make do if argument_count = 0 then print ("ok%N") end end end