Skip to content

Commit 7c7673c

Browse files
BillWagnerjskeet
authored andcommitted
fix formatting of nested list.
1 parent 00bf321 commit 7c7673c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

standard/expressions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,8 @@ The run-time processing of a function member invocation consists of the followin
12151215
- an input parameter15.6.2.3), or
12161216
- a `readonly` field15.5.3), or
12171217
- a `readonly` reference variable or return9.7),
1218-
then a temporary local variable of `E`’s type is created and the value of `E` is assigned to that variable. `E` is then reclassified as a reference to that temporary local variable. The temporary variable is accessible as `this` within `M`, but not in any other way. Thus, only when `E` is a true variable is it possible for the caller to observe the changes that `M` makes to `this`.
1218+
1219+
then a temporary local variable of `E`’s type is created and the value of `E` is assigned to that variable. `E` is then reclassified as a reference to that temporary local variable. The temporary variable is accessible as `this` within `M`, but not in any other way. Thus, only when `E` is a true variable is it possible for the caller to observe the changes that `M` makes to `this`.
12191220
- The argument list is evaluated as described in [§12.6.2](expressions.md#1262-argument-lists).
12201221
- `M` is invoked. The variable referenced by `E` becomes the variable referenced by `this`.
12211222
- Otherwise:

0 commit comments

Comments
 (0)