Property definitions

nitc $ MConcern :: defaultinit
# Something that represents a concern
abstract class MConcern
	super MEntity
	# The concern that contains `self` or null if `self` is the root of the concern hierarchy
	fun parent_concern: nullable MConcern is abstract
end
src/model/model_base.nit:113,1--118,3