Property definitions

nitc $ AEqFormExpr :: defaultinit
# A `==` or a `!=` expression
#
# Both have a similar effect on adaptive typing, so this class factorizes the common behavior.
class AEqFormExpr
	super ABinopExpr
end
src/parser/parser_nodes.nit:2215,1--2220,3