Property definitions

nitc $ ASelfExpr :: defaultinit
# A read of `self`
class ASelfExpr
	super AExpr

	# The `self` keyword
	var n_kwself: nullable TKwself = null is writable
end
src/parser/parser_nodes.nit:2612,1--2618,3