The kind of the class (interface, abstract class, etc.)

In Nit, the kind of a class cannot evolve in refinements.

Property definitions

nitc $ MClass :: kind
	# The kind of the class (interface, abstract class, etc.)
	#
	# In Nit, the kind of a class cannot evolve in refinements.
	var kind: MClassKind
src/model/model.nit:518,2--521,21