Is self and abstract class?

Property definitions

nitc $ MClass :: is_abstract=
	# Is `self` and abstract class?
	var is_abstract: Bool is lazy do return kind == abstract_kind
src/model/model.nit:614,2--615,62