In response to the Augur bounties : "Prohibit use of inheritance" and "Prohibit use of multiple inheritance".
This commit looks for a ContractStatement. When it finds one, it reports an error if the "is" array has more than 1 element if we want to prohibit multiple inheritance or if it's empty when we want to prohibit inheritance globally.
In response to the Augur bounties : "Prohibit use of inheritance" and "Prohibit use of multiple inheritance". This commit looks for a ContractStatement. When it finds one, it reports an error if the "is" array has more than 1 element if we want to prohibit multiple inheritance or if it's empty when we want to prohibit inheritance globally.
Let me know if there's anything to fix :)