The init keyword, if any

Property definitions

nitc $ AMethPropdef :: n_kwinit=
	# The `init` keyword, if any
	var n_kwinit: nullable TKwinit = null is writable
src/parser/parser_nodes.nit:1411,2--1412,50

nitc :: parser_prod $ AMethPropdef :: n_kwinit=
	redef fun n_kwinit=(node)
	do
		_n_kwinit = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1275,2--1279,4