Property definitions

nitc $ ALabelable :: defaultinit
# Something that has a label.
abstract class ALabelable
	super Prod

	# The associated label declatation
	var n_label: nullable ALabel = null is writable
end
src/parser/parser_nodes.nit:1898,1--1904,3