mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[isoltest] Reworks (default) ABI Type construction.
This commit is contained in:
@@ -234,6 +234,7 @@ Parameter TestFileParser::parseParameter()
|
||||
parameter.format.newline = true;
|
||||
m_lineNumber++;
|
||||
}
|
||||
parameter.abiType = ABIType{ABIType::None, ABIType::AlignNone, 0};
|
||||
|
||||
bool isSigned = false;
|
||||
if (accept(Token::Left, true))
|
||||
|
||||
Reference in New Issue
Block a user