Property definitions

nitc $ AFullPropExternCall :: defaultinit
# A single callback declaration on a method on an explicit receiver type.
class AFullPropExternCall
	super APropExternCall

	# The type of the receiver of the called-back method
	var n_type: AType is writable, noinit

	# The dot `.`
	var n_dot: nullable TDot = null is writable

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