Property definitions

nitc $ ReduceAction603 :: defaultinit
private class ReduceAction603
	super ReduceAction
	redef fun action(p: Parser)
	do
					var node_list: nullable Object = null
					var nodearraylist1 = p.pop
					var tstarstareqnode2 = nodearraylist1
					assert tstarstareqnode2 isa nullable TStarstareq
					var passignopnode1: nullable AStarstarAssignOp = new AStarstarAssignOp.init_astarstarassignop(
						tstarstareqnode2
					)
					node_list = passignopnode1
					p.push(p.go_to(_goto), node_list)
	end
end
src/parser/parser.nit:26037,1--26051,3