Property definitions

nitc $ AExternCalls :: defaultinit
# Declaration of callbacks for extern methods
class AExternCalls
	super Prod

	# The `import` keyword
	var n_kwimport: TKwimport is writable, noinit

	# The list of declared callbacks
	var n_extern_calls: ANodes[AExternCall] = new ANodes[AExternCall](self)
end
src/parser/parser_nodes.nit:1477,1--1486,3