solidity/test/libsolidity/syntaxTests/freeFunctions/free_function_without_body.sol

4 lines
85 B
Solidity
Raw Normal View History

2020-05-04 16:38:00 +00:00
function f();
// ----
// TypeError 4668: (0-13): Free functions must be implemented.