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

pull/5370/head
Paulius 7 years ago committed by yann300
parent e3b8f7e8c3
commit 0477a18f89
  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