aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/interface_basic.sol
blob: 2363eaa8d01b9f631217d5f435722339126e873d (plain) (blame)
1
2
3
4
5
interface Interface {
    function f() public;
}
// ----
// Warning: (23-43): Functions in interfaces should be declared external.