Skip to content

Commit e62a6e7

Browse files
committed
Receiver requirements
1 parent 454eaef commit e62a6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compilers/CSharp/Test/Emit3/Semantics/ExtensionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26595,7 +26595,7 @@ public int Property { set { } }
2659526595
}
2659626596
""";
2659726597

26598-
// Tracked by https://github.com/dotnet/roslyn/issues/76130 : consider adjusting receiver requirements for extension members
26598+
// Tracked by https://github.com/dotnet/roslyn/issues/79451 : consider adjusting receiver requirements for extension members
2659926599
var comp = CreateCompilation(src, targetFramework: TargetFramework.Net90);
2660026600
comp.VerifyEmitDiagnostics(
2660126601
// (1,41): error CS0131: The left-hand side of an assignment must be a variable, property or indexer

0 commit comments

Comments
 (0)