pragma solidity ^0.5.0; contract VersionB { constructor() public{ } function setValue() public { } function setAnotherValue() public { } }