Add 'address(address)' to the list of built-in functions

pull/7/head
Paulius 7 years ago committed by yann300
parent 6c6337488c
commit 20eae79a08
  1. 3
      remix-analyzer/src/solidity-analyzer/modules/staticAnalysisCommon.js

@ -71,7 +71,8 @@ var builtinFunctions = {
'require(bool)': true,
'require(bool,string memory)': true,
'gasleft()': true,
'blockhash(uint)': true
'blockhash(uint)': true,
'address(address)': true
}
var lowLevelCallTypes = {

Loading…
Cancel
Save