You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### 13.6.2.1 Implicitly typed local variable declarations
355
355
356
356
```ANTLR
357
357
implicitly_typed_local_variable_declaration
@@ -405,7 +405,7 @@ An *implicity_typed_local_variable_declaration* introduces a single local variab
405
405
>
406
406
>*endexample*
407
407
408
-
#### Explicitly typed local variable declarations
408
+
#### 13.6.2.2 Explicitly typed local variable declarations
409
409
410
410
```ANTLR
411
411
explicitly_typed_local_variable_declaration
@@ -430,7 +430,7 @@ An *explicity_typed_local_variable_declaration* introduces one or more local var
430
430
431
431
If a *local_variable_initializer* is present then its type must be appropriate according to the rules of simple assignment ([§12.21.2](expressions.md#12212-simple-assignment)) or array initialization ([§17.7](arrays.md#177-array-initializers)) and its value is assigned as the initial value of the variable.
0 commit comments