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

5 lines
52 B
Solidity
Raw Normal View History

2018-05-17 07:04:39 +00:00
library Lib {
function f() public { }
2018-05-17 07:04:39 +00:00
}
// ----