Property definitions

nitc $ ALocalPropExternCall :: defaultinit
# A single callback declaration on a method on the current receiver
class ALocalPropExternCall
	super APropExternCall

	# The name of the called-back method
	var n_methid: AMethid is writable, noinit
end
src/parser/parser_nodes.nit:1498,1--1504,3