aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/512_library_function_without_implementation_internal.sol
blob: d5dfb260c11ce1cbe74a9ee48ad6e36883757007 (plain) (blame)
1
2
3
4
5
library L {
    function f() internal;
}
// ----
// TypeError: (16-38): Internal library function must be implemented if declared.