Multiple inheritance example: Type error: Linearization of inheritance graph impossible

mids106mids106 Member Posts: 188 ✭✭✭
The multiple inheritance example https://github.com/ethereum/wiki/wiki/Solidity-Tutorial#contract-inheritance on the wiki gives the following error:

:19:1: Type error: Linearization of inheritance graph impossible
contract named is mortal, owned {
^
Spanning multiple lines.

Comments

Sign In or Register to comment.