solidity/test/libsolidity/syntaxTests/natspec/invalid
Soham Zemse fa78e0f3d4 feat: allow named parameters in mapping types
Co-authored-by: Hari <webmail.hari@gmail.com>

test: add parser and abi test cases

docs: add example on using named parameters for mappings

- Add changelog

feat: update antlr grammar to allow named parameters in mappings

fix: prevent conflicting mapping parameter names

ref: change order of mapping initializers

test: update expectations and fix build

test: add more tests

fix: use common error & code for conflicting params

fix: issue with accessing nested mapping

test: add conflicting params tests for more nested levels

Update libsolidity/analysis/DeclarationTypeChecker.cpp

Co-authored-by: Nikola Matić <nikola.matic@ethereum.org>

fix: error reported with the same code twice

test: add more tests for 3 level nested mapping

Address review comments
2022-12-08 11:56:58 +01:00
..
docstring_author_function.sol
docstring_author_title_state_variable.sol
docstring_empty_description.sol
docstring_empty_tag.sol
docstring_inherit_modifier_no_return2.sol
docstring_inherit_modifier_no_return.sol
docstring_inheritdoc2.sol
docstring_inheritdoc3.sol
docstring_inheritdoc_emptys.sol
docstring_inheritdoc_twice.sol
docstring_inheritdoc_wrong_type.sol
docstring_inheritdoc.sol
docstring_named_return_param_mismatch.sol
docstring_non_public_state_variable_with_return.sol
docstring_parameter.sol
docstring_return_size_mismatch.sol
docstring_state_variable_too_many_return_tags.sol
docstring_too_many_return_tags.sol
inherit_doc_events.sol
invalid_tag.sol
return_param_amount_differs2.sol feat: allow named parameters in mapping types 2022-12-08 11:56:58 +01:00
return_param_amount_differs.sol