Skip to content

Commit 601d183

Browse files
Joe-K-SewellBillWagner
authored andcommitted
Remove paragraph about ambiguous grammar (#5905)
1 parent 98765ee commit 601d183

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/csharp/language-reference/operators/invocation-operator.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ In addition to being used to specify the order of operations in an expression, p
2727

2828
For more information, see [Casting and Type Conversions](../../../csharp/programming-guide/types/casting-and-type-conversions.md).
2929

30-
A cast expression could lead to ambiguous syntax. For example, the expression `(x)–y` could be either interpreted as a cast expression (a cast of –y to type x) or as an additive expression combined with a parenthesized expression, which computes the value x – y.
31-
3230
For more information about method invocation, see [Methods](../../../csharp/programming-guide/classes-and-structs/methods.md).
3331

3432
## C# Language Specification

0 commit comments

Comments
 (0)