Property definitions

nitc $ ANoImport :: defaultinit
# The special import clause of the kernel module. eg `import end`
class ANoImport
	super AImport
	# The `end` keyword, that indicate the root module
	var n_kwend: TKwend is writable, noinit
end
src/parser/parser_nodes.nit:1195,1--1200,3