solidity/test/libsolidity/syntaxTests/parsing/library_simple.sol

7 lines
189 B
Solidity
Raw Normal View History

2018-05-17 07:04:39 +00:00
library Lib {
function f() { }
}
// ----
// Warning: (18-34): No visibility specified. Defaulting to "public".
// Warning: (18-34): Function state mutability can be restricted to pure