solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/106_empty_name_return_parameter.sol

5 lines
69 B
Solidity
Raw Normal View History

contract test {
function f() public returns (bool) { }
}
// ----