solidity/test/libsolidity/semanticTests/getters
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
..
array_mapping_struct.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
arrays.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
bytes.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
mapping_array_struct.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
mapping_of_string.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
mapping_to_struct.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
mapping_with_names.sol feat: allow named parameters in mapping types 2022-12-08 11:56:58 +01:00
mapping.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
string_and_bytes.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
struct_with_bytes_simple.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
struct_with_bytes.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
value_types.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00