Is self an interface kind?

Property definitions

nitc $ MClass :: _is_interface
	# Is `self` an interface kind?
	var is_interface: Bool is lazy do return kind == interface_kind
src/model/model.nit:608,2--609,64