contract test { uint256 stateVar; function functionName(bytes20 arg1, address addr) public view returns (int id) { } } // ---- // Warning: (36-118): Function state mutability can be restricted to pure