aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/address_payable_library.sol
blob: 33787d337bebd7fec51e63b3d5437b5d5400d6ce (plain) (blame)
1
2
3
4
5
library L {
}
contract C {
    using L for address payable;
}