solidity/test/libsolidity/syntaxTests/inlineAssembly
2020-03-12 14:03:27 +01:00
..
invalid
shadowing
assignment_from_contract.sol
assignment_from_functiontype.sol
assignment_from_library.sol
assignment_from_super.sol
assignment_to_special.sol
const_from_non_const.sol Replaced "assert" with "if" (incorrect contract code is not supposed to trigger asserts). 2020-03-12 14:03:27 +01:00
const_from_this.sol Replaced "assert" with "if" (incorrect contract code is not supposed to trigger asserts). 2020-03-12 14:03:27 +01:00
constant_access_non_initialized.sol
constant_access.sol
constant_array.sol
constant_bytes_ref.sol
constant_computation.sol
constant_ref.sol
function_call_invalid_argument_count.sol
function_call_not_found.sol
function_call_to_variable.sol
function_without_call.sol
in_modifier.sol
istanbul_on_petersburg.sol
istanbul.sol
leave_invalid.sol
leave.sol
no_unused_variable_warning.sol
overloaded_reference.sol
period_in_identifer.sol
storage_reference_assignment_statevar.sol Allow access to `_slot` for local storage pointer variables. 2020-02-25 14:28:04 +01:00
storage_reference_assignment.sol Allow access to `_slot` for local storage pointer variables. 2020-02-25 14:28:04 +01:00
storage_reference_empty_offset.sol
storage_reference_empty_slot.sol
storage_reference_fine.sol
storage_reference_on_function.sol
storage_reference_on_memory.sol
storage_reference.sol
storage_slot_assign.yul Allow access to `_slot` for local storage pointer variables. 2020-02-25 14:28:04 +01:00
two_stack_slots.sol
use_msize_with_optimizer.sol
use_msize_without_optimizer.sol