Property definitions

nitc $ AAsCastExpr :: defaultinit
# A type cast. eg `x.as(T)`
class AAsCastExpr
	super AAsCastForm

	# The target type to cast to
	var n_type: AType is writable, noinit
end
src/parser/parser_nodes.nit:2749,1--2755,3