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

5 lines
48 B
Solidity
Raw Normal View History

interface I {
function f() external;
}
// ----