Skip to content

Commit e3cb5a7

Browse files
committed
build issue
1 parent 11235a6 commit e3cb5a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ Before C# 14, the compound operators can't be overloaded. Overloading the corres
6868

6969
## Operator overload resolution
7070

71-
> [!IMPORTANT] This section applies to C# 14 and later. Before C# 14, compound assignment operators and instance increment and decrement operators aren't allowed.
71+
> [!IMPORTANT]
72+
> This section applies to C# 14 and later. Before C# 14, compound assignment operators and instance increment and decrement operators aren't allowed.
7273
7374
If `x` is classified as a variable in a compound assignment expression such as `x «op»= y`, instance operators are preferred over any static operator for `«op»`. If an overloaded `«op»=` operator isn't declared for the type of `x` or `x` isn't classified as a variable, the static operators are used.
7475

0 commit comments

Comments
 (0)