nitc :: MClass :: is_abstract
self
# Is `self` and abstract class? var is_abstract: Bool is lazy do return kind == abstract_kind