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 @@ -17497,7 +17497,7 @@ \subsection{Local Variable Declaration}
17497
17497
The properties of being
17498
17498
\IndexCustom{initialized}{variable!initialized},
17499
17499
\IndexCustom{constant}{variable!constant},
17500
- \IndexCustom{final }{variable!final }, and
17500
+ \IndexCustom{immutable }{variable!immutable }, and
17501
17501
\IndexCustom{mutable}{variable!mutable}
17502
17502
apply to local variables with the same definitions as for other variables
17503
17503
(\ref{variables}).
@@ -17586,10 +17586,9 @@ \subsection{Local Variable Declaration}
17586
17586
Similarly, an expression that gives rise to an assignment to $v$
17587
17587
is a compile-time error unless flow analysis shows that
17588
17588
it is guaranteed that the variable has \emph{not} been initialized.%
17589
- }
17590
17589
17591
- \commentary{%
17592
- It is a compile-time error to assign to a local variable
17590
+ In every situation which is not covered by the previous paragraph,
17591
+ it is a compile-time error to assign to a local variable
17593
17592
which is \FINAL{} and not \LATE{}
17594
17593
(\ref{assignment}).%
17595
17594
}
You can’t perform that action at this time.
0 commit comments