Assignment of address values
Currently address variables can only be assigned values of the type declared as the address type. The special value 'null' cannot be assigned to an address variable, and assigning a reference to another address also doesn't work if that address is 'null'.
/cc @aknappqwt @mmagyari