solidity/test/libsolidity/syntaxTests/using/using_library_file_level.sol

4 lines
40 B
Solidity
Raw Normal View History

2021-10-11 08:16:52 +00:00
library L { }
using L for uint;
// ----