aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/address_in_struct.sol
blob: 68049b50ba7d720e3bb1e03e5f51907f6ba1ffda (plain) (tree)
1
2
3
4
5
6





                          
contract C {
    struct S {
        address payable a;
        address b;
    }
}