solidity/test/libsolidity/ASTJSON/using_for_directive.sol
2019-10-02 22:31:12 +02:00

4 lines
55 B
Solidity

library L {} contract C { using L for uint; }
// ----