solidity/test/libsolidity/syntaxTests/multiVariableDeclaration
2021-06-04 12:04:04 +02:00
..
differentNumberOfComponents.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
differentNumberOfComponentsFromReturn.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
disallowWildcards.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
disallowWildcardsFromReturn.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
multiSingleVariableDeclaration.sol Update test expectations. 2021-06-04 12:04:04 +02:00
multiVariableDeclarationComplex.sol Print warning for unnamed return parameters and no return statement 2020-10-13 13:11:29 +02:00
multiVariableDeclarationEmpty.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
multiVariableDeclarationInvalidType.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
multiVariableDeclarationScoping2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
multiVariableDeclarationScoping.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
multiVariableDeclarationSimple.sol Update test expectations. 2021-06-04 12:04:04 +02:00
multiVariableDeclarationThatIsExpression.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
oneElementTuple.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
sameNumberOfComponents.sol Update tests. 2018-07-12 20:33:52 +02:00