...
The first assignment is unsafe because it would allow the following valid code to reference the
value of the volatile object i
through a non-volatile qualified reference.
...
...
The first assignment is unsafe because it would allow the following valid code to reference the
value of the volatile object i
through a non-volatile qualified reference.
...