Property definitions

nitc $ ANullExpr :: defaultinit
# A `null` literal constant
class ANullExpr
	super AExpr

	# The `null` keyword
	var n_kwnull: TKwnull is writable, noinit
end
src/parser/parser_nodes.nit:2641,1--2647,3