Files
solidity/test/libsolidity/syntaxTests/parsing/mapping.sol
T

4 lines
57 B
Solidity

contract test {
mapping(address => bytes32) names;
}