Skip to content

Commit eec39e8

Browse files
committed
Roslyn v4.14 no longer reports a second CS1661 error at the same location where there is also a CS1678 error (https://github.com/dotnet/roslyn/pull/75400/files#r1866802220)
1 parent ca4bc33 commit eec39e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/conversions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ Specifically, an anonymous function `F` is compatible with a delegate type `D`
767767
768768
> *Example*: The following examples illustrate these rules:
769769
>
770-
> <!-- Example: {template:"code-in-class-lib-without-using", name:"AnonymousFunctionsConv1", expectedErrors:["CS1593","CS1661","CS1678","CS8030","CS1688","CS1661","CS1676","CS1643","CS0126","CS0029","CS1662","CS1670","CS0029","CS1662"]} -->
770+
> <!-- Example: {template:"code-in-class-lib-without-using", name:"AnonymousFunctionsConv1", expectedErrors:["CS1593","CS1661","CS1678","CS8030","CS1688","CS1676","CS1643","CS0126","CS0029","CS1662","CS1670","CS0029","CS1662"]} -->
771771
> ```csharp
772772
> delegate void D(int x);
773773
> D d1 = delegate { }; // Ok

0 commit comments

Comments
 (0)