Property definitions

nitc $ AAtExpr :: defaultinit
# A special expression that encapsulate an annotation
# Can only be found in special construction like arguments of annotations.
#
# The encapsulated annotations are in `n_annotations`
class AAtExpr
	super AExpr
end
src/parser/parser_nodes.nit:2841,1--2847,3