solidity/test/libsolidity/ASTJSON/using_for_directive.sol

2 lines
46 B
Solidity
Raw Normal View History

2018-08-03 17:41:35 +00:00
library L {} contract C { using L for uint; }