solidity/test/libsolidity/syntaxTests/parsing/function_type_state_variable.sol

4 lines
51 B
Solidity
Raw Normal View History

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