Is there an expect contract?

Property definitions

nitc :: model_contract $ MMethod :: has_expect
	# Is there an expect contract?
	fun has_expect: Bool
	do
		return self.mexpect != null
	end
src/model/model_contract.nit:99,2--103,4