aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/513_library_function_without_implementation_private.sol
blob: 70585e8c50cb7e149e010696e4dda6337aeba5bb (plain) (tree)
1
2
3
4
5




                                                                                 
library L {
    function f() private;
}
// ----
// TypeError: (16-37): Internal library function must be implemented if declared.