File tree 1 file changed +3
-4
lines changed
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}
17651
17651
The properties of being
17652
17652
\IndexCustom{initialized}{variable!initialized},
17653
17653
\IndexCustom{constant}{variable!constant},
17654
- \IndexCustom{final }{variable!final }, and
17654
+ \IndexCustom{immutable }{variable!immutable }, and
17655
17655
\IndexCustom{mutable}{variable!mutable}
17656
17656
apply to local variables with the same definitions as for other variables
17657
17657
(\ref{variables}).
@@ -17740,10 +17740,9 @@ \subsection{Local Variable Declaration}
17740
17740
Similarly, an expression that gives rise to an assignment to $v$
17741
17741
is a compile-time error unless flow analysis shows that
17742
17742
it is guaranteed that the variable has \emph{not} been initialized.%
17743
- }
17744
17743
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
17747
17746
which is \FINAL{} and not \LATE{}
17748
17747
(\ref{assignment}).%
17749
17748
}
You can’t perform that action at this time.
0 commit comments