File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17651,7 +17651,7 @@ \subsection{Local Variable Declaration}
1765117651The properties of being
1765217652\IndexCustom{initialized}{variable!initialized},
1765317653\IndexCustom{constant}{variable!constant},
17654- \IndexCustom{final }{variable!final }, and
17654+ \IndexCustom{immutable }{variable!immutable }, and
1765517655\IndexCustom{mutable}{variable!mutable}
1765617656apply to local variables with the same definitions as for other variables
1765717657(\ref{variables}).
@@ -17740,10 +17740,9 @@ \subsection{Local Variable Declaration}
1774017740Similarly, an expression that gives rise to an assignment to $v$
1774117741is a compile-time error unless flow analysis shows that
1774217742it is guaranteed that the variable has \emph{not} been initialized.%
17743- }
1774417743
17745- \commentary{%
17746- It is a compile-time error to assign to a local variable
17744+ In every situation which is not covered by the previous paragraph,
17745+ it is a compile-time error to assign to a local variable
1774717746which is \FINAL{} and not \LATE{}
1774817747(\ref{assignment}).%
1774917748}
You can’t perform that action at this time.
0 commit comments