Static Analyzer for Solidity
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
slither/tests/unit/utils/test_data/upgradeability_util/TestUpgrades-0.8.2.sol

6 lines
162 B

pragma solidity ^0.8.2;
import "./src/ContractV1.sol";
import "./src/ContractV2.sol";
import "./src/InheritedStorageProxy.sol";
import "./src/ERC1967Proxy.sol";