solidity/test/libsolidity/syntaxTests/controlFlow/localStorageVariables
2022-11-07 23:16:02 +01:00
..
assembly Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
dowhile_declaration_err.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
dowhile_declaration_fine.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
for_declaration_err.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
for_declaration_fine.sol New folder localStorageVariable for new testcases; added two new tests 2020-04-02 16:34:45 +05:30
if_declaration_err.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
if_declaration_fine.sol New folder localStorageVariable for new testcases; added two new tests 2020-04-02 16:34:45 +05:30
modifier_declaration_fine.sol Properly resolve virtual modifiers 2022-01-06 12:52:06 +01:00
revert_declaration_fine.sol New folder localStorageVariable for new testcases; added two new tests 2020-04-02 16:34:45 +05:30
short_circuit_declaration_err.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
short_circuit_declaration_fine.sol New folder localStorageVariable for new testcases; added two new tests 2020-04-02 16:34:45 +05:30
smoke_declaration.sol New folder localStorageVariable for new testcases; added two new tests 2020-04-02 16:34:45 +05:30
ternary_assignment_err.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
ternary_assignment_fine.sol Minor test naming/style corrections 2022-11-07 23:16:02 +01:00
ternary_declaration_err.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
ternary_declaration_fine.sol New folder localStorageVariable for new testcases; added two new tests 2020-04-02 16:34:45 +05:30
try_declaration_err.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
try_declaration_fine.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
tuple_declaration_fine.sol New folder localStorageVariable for new testcases; added two new tests 2020-04-02 16:34:45 +05:30
while_declaration_err.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
while_declaration_fine.sol New folder localStorageVariable for new testcases; added two new tests 2020-04-02 16:34:45 +05:30