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

5 lines
97 B
Solidity

function fun() override {
}
// ----
// SyntaxError 1750: (0-27): Free functions cannot override.