aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/function_type_state_variable.sol
blob: eff52c7cadf86861421ac73e1426ed2035d16cbe (plain) (tree)
1
2
3
4



                         
contract test {
    function() x;
    function() y = x;
}