Closed piwonskp closed 1 year ago
Even if unused HashBuiltin import is present in the code Example:
pragma solidity ^0.8.14; contract C { function f() public { uint8 u = 1; } }
Even if unused HashBuiltin import is present in the code Example: