aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON/using_for_directive.sol
blob: a882ad88725844d5dfc8d003de17a8e15363dbcf (plain) (blame)
1
library L {} contract C { using L for uint; }