This attribute has the same value as the is_intro
of the propdef attached to the contract.
Note : For MClassDef is_intro_contract == false
. This is due to the fact that a method for checking invariants is systematically added to the root object class.
# Is the contrat is an introduction or not?
# This attribute has the same value as the `is_intro` of the propdef attached to the contract.
# Note : For MClassDef `is_intro_contract == false`. This is due to the fact that a method for checking invariants is systematically added to the root object class.
var is_intro_contract: Bool is noinit
src/contracts.nit:97,2--100,38