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