Remove broken link

This commit is contained in:
Genevieve Warren 2021-09-14 19:26:10 -07:00 committed by GitHub
parent e99dae65fc
commit 06986ba5a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@ if (b ? x != null && Set(out y) : x != null && Set(out y))
bool Set(out int x) { x = 0; return true; }
```
This is an admittedly niche scenario, that compiles without error in the native compiler, but was broken in Roslyn in order to match the specification at the time. See [internal issue](http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/529603).
This is an admittedly niche scenario, that compiles without error in the native compiler, but was broken in Roslyn in order to match the specification at the time.
### ==/!= (relational equality operator) expressions
We introduce a new section **==/!= (relational equality operator) expressions**.