aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/variable_definition_in_mapping.sol
blob: 61f5be532a7de935f2b6c02d078d8503eb08279b (plain) (blame)
1
2
3
4
5
6
7
contract test {
    function fun() {
        mapping(var=>bytes32) d;
    }
}
// ----
// ParserError: (44-47): Expected elementary type name for mapping key type