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 @@ -17543,7 +17543,7 @@ \subsection{Local Variable Declaration}
17543
17543
The properties of being
17544
17544
\IndexCustom{initialized}{variable!initialized},
17545
17545
\IndexCustom{constant}{variable!constant},
17546
- \IndexCustom{final }{variable!final }, and
17546
+ \IndexCustom{immutable }{variable!immutable }, and
17547
17547
\IndexCustom{mutable}{variable!mutable}
17548
17548
apply to local variables with the same definitions as for other variables
17549
17549
(\ref{variables}).
@@ -17632,10 +17632,9 @@ \subsection{Local Variable Declaration}
17632
17632
Similarly, an expression that gives rise to an assignment to $v$
17633
17633
is a compile-time error unless flow analysis shows that
17634
17634
it is guaranteed that the variable has \emph{not} been initialized.%
17635
- }
17636
17635
17637
- \commentary{%
17638
- It is a compile-time error to assign to a local variable
17636
+ In every situation which is not covered by the previous paragraph,
17637
+ it is a compile-time error to assign to a local variable
17639
17638
which is \FINAL{} and not \LATE{}
17640
17639
(\ref{assignment}).%
17641
17640
}
You can’t perform that action at this time.
0 commit comments