aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/511_library_function_without_implementation_public.sol
blob: fe5e4955622a761cab4f61499415a806f1335e0d (plain) (tree)
1
2
3
4



                                                               
library L {
    // This can be used as an "interface", hence it is allowed.
    function f() public;
}