Skip to content

Commit 8b32f3f

Browse files
Daniel Parvinjskeet
authored andcommitted
Reverted change of 'input parameter'
1 parent 1eafa3e commit 8b32f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ For a function member that includes a parameter array, if the function member is
10241024
- for a by-reference parameter, the type of the argument expression is identical to the type of the corresponding parameter.
10251025
- the parameter-passing mode of the argument is value, and the parameter-passing mode of the corresponding parameter is input, and an implicit conversion ([§10.2](conversions.md#102-implicit-conversions)) exists from the argument expression to the type of the corresponding parameter.
10261026
1027-
When the implicit conversion from the argument type to the parameter type of an `in` parameter is a dynamic implicit conversion ([§10.2.10](conversions.md#10210-implicit-dynamic-conversions)), the results are undefined.
1027+
When the implicit conversion from the argument type to the parameter type of an input parameter is a dynamic implicit conversion ([§10.2.10](conversions.md#10210-implicit-dynamic-conversions)), the results are undefined.
10281028
10291029
> *Example*: Given the following declarations and method calls:
10301030
>

0 commit comments

Comments
 (0)