solidity/test/libsolidity/syntaxTests/inlineAssembly/shadowing
2021-02-19 14:29:22 +01:00
..
argument.sol
constant.sol
contract.sol
function.sol
global_function_by_opcode.sol Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
local_function_by_opcode.sol Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
local_variable.sol
name_clash_in_import.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
no_name_clash_in_import.sol Disallow dot in inline assembly identifiers. 2020-07-08 19:29:58 +02:00
qualified_names.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
state_variable_by_opcode.sol Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
variable_by_opcode.sol Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00