aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/visibility/interface/function_default.sol
blob: 161d66e16395903216226390d6591023b792cc03 (plain) (blame)
1
2
3
4
5
interface I {
    function f();
}
// ----
// TypeError: (15-28): Functions in interfaces must be declared external.