solidity/test/libsolidity/syntaxTests/freeFunctions/free_function_without_body.sol
2022-04-01 23:41:18 -05:00

4 lines
101 B
Solidity

function f();
// ----
// TypeError 4668: (0-13='function f();'): Free functions must be implemented.