Verify accuracy of TupleElementNames tests for Implement Interface #54325
Labels
Area-IDE
Feature - Tuples
Tuples
Test-Gap
Describes a specific feature or scenario that does not have test coverage
Can someone from the @dotnet/roslyn-compiler team verify that we are testing Implement Interface with an accurate representation of
TupleElementNames
metadata?roslyn/src/EditorFeatures/CSharpTest/ImplementInterface/ImplementInterfaceTests.cs
Lines 289 to 316 in 51c367a
💭 It seems like if we apply
TupleElementNames
manually, the test should be written withValueTuple<int, int>
syntax instead of(int a, int b)
syntax.🔗 Observed during review in #54310 (comment)
The text was updated successfully, but these errors were encountered: