Property definitions

nitc $ ASuperExternCall :: defaultinit
# A single callback declaration on a `super` call
class ASuperExternCall
	super AExternCall

	# The `super` keyword
	var n_kwsuper: TKwsuper is writable, noinit
end
src/parser/parser_nodes.nit:1528,1--1534,3