The fun keyword, if any

Property definitions

nitc $ AMethPropdef :: n_kwmeth=
	# The `fun` keyword, if any
	var n_kwmeth: nullable TKwmeth = null is writable
src/parser/parser_nodes.nit:1408,2--1409,50

nitc :: parser_prod $ AMethPropdef :: n_kwmeth=
	redef fun n_kwmeth=(node)
	do
		_n_kwmeth = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1270,2--1274,4