solidity/test/libsolidity/syntaxTests/parsing/address_in_struct.sol

7 lines
82 B
Solidity

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