aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityEndToEndTest.cpp
diff options
context:
space:
mode:
authorNicolás Venturo <nicolas.venturo@gmail.com>2018-07-13 06:58:06 +0800
committerGitHub <noreply@github.com>2018-07-13 06:58:06 +0800
commite3339a9684f69bf61f977052e4658b46f24527e2 (patch)
treedc6b109e5f862daa30705887c20af5639570813e /test/libsolidity/SolidityEndToEndTest.cpp
parent1e2a42cfe184642a18727502f79a3ee3c5e45b51 (diff)
downloaddexon-solidity-e3339a9684f69bf61f977052e4658b46f24527e2.tar
dexon-solidity-e3339a9684f69bf61f977052e4658b46f24527e2.tar.gz
dexon-solidity-e3339a9684f69bf61f977052e4658b46f24527e2.tar.bz2
dexon-solidity-e3339a9684f69bf61f977052e4658b46f24527e2.tar.lz
dexon-solidity-e3339a9684f69bf61f977052e4658b46f24527e2.tar.xz
dexon-solidity-e3339a9684f69bf61f977052e4658b46f24527e2.tar.zst
dexon-solidity-e3339a9684f69bf61f977052e4658b46f24527e2.zip
Update docs allowed mapping key values
Functions cannot be used as mapping keys (e.g. the following contract does not compile): ``` pragma solidity ^0.4.24; contract Foo { mapping(function (uint) pure returns (uint) => string) a; } ```
Diffstat (limited to 'test/libsolidity/SolidityEndToEndTest.cpp')
0 files changed, 0 insertions, 0 deletions