Property definitions

nitc $ AInitPropExternCall :: defaultinit
# A single callback declaration on a method on a constructor
class AInitPropExternCall
	super APropExternCall

	# The allocated type
	var n_type: AType is writable, noinit
end
src/parser/parser_nodes.nit:1520,1--1526,3