The contract facet of the method

is representing the method with a contract This method calls contracts (expect, ensure) and the method

Property definitions

nitc :: model_contract $ MMethod :: mcontract_facet=
	# The contract facet of the method
	# is representing the method with a contract
	# This method calls contracts (expect, ensure) and the method
	var mcontract_facet: nullable MFacet = null
src/model/model_contract.nit:62,2--65,44