index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
ASTJSON
/
using_for_directive.sol
blob: a882ad88725844d5dfc8d003de17a8e15363dbcf (
plain
) (
blame
)
1
library
L
{}
contract
C
{
using
L
for
uint
; }