aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/library_simple.sol
blob: 006ff30738d166e8222812a76570be5b2241e330 (plain) (tree)
1
2
3
4
5
             
                           

       
                                                                        
library Lib {
    function f() public { }
}
// ----
// Warning: (18-41): Function state mutability can be restricted to pure