Compare commits

...

1 commit

Author SHA1 Message Date
Genevieve Warren 06986ba5a8
Remove broken link 2021-09-14 19:26:10 -07:00

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**.