contract a is b, c { constructor() {} } contract b { int256 foo; function func2() public {} constructor() {} } contract c { int256 bar; constructor() {} function func1() public {} }