We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454eaef commit e62a6e7Copy full SHA for e62a6e7
src/Compilers/CSharp/Test/Emit3/Semantics/ExtensionTests.cs
@@ -26595,7 +26595,7 @@ public int Property { set { } }
26595
}
26596
""";
26597
26598
- // Tracked by https://github.com/dotnet/roslyn/issues/76130 : consider adjusting receiver requirements for extension members
+ // Tracked by https://github.com/dotnet/roslyn/issues/79451 : consider adjusting receiver requirements for extension members
26599
var comp = CreateCompilation(src, targetFramework: TargetFramework.Net90);
26600
comp.VerifyEmitDiagnostics(
26601
// (1,41): error CS0131: The left-hand side of an assignment must be a variable, property or indexer
0 commit comments