solidity/test/libsolidity/syntaxTests/freeFunctions/free_function_without_body.sol
2020-08-18 11:46:59 +02:00

4 lines
85 B
Solidity

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