solidity/test/libsolidity/syntaxTests/visibility/interface/function_default.sol

4 lines
40 B
Solidity

interface I {
function f() external;
}