mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Extend using-for.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
library L {} contract C { using L for uint; }
|
||||
using {f} for uint;
|
||||
library L {}
|
||||
function f(uint) {}
|
||||
contract C { using L for *; }
|
||||
|
||||
// ----
|
||||
|
||||
Reference in New Issue
Block a user