Skip to content

Commit 81d9917

Browse files
committed
Fix Issue886 test: remove blank lines between consecutive members
The VB source has no blank line between `End Structure` and `Class C`, and no blank line between `Sub Foo` and `Sub Bar`. Line trivia mapping preserves source blank-line layout, so the expected C# output must also omit those blank lines (consistent with TestGenericInheritanceInGlobalNamespace and TestMissingByRefArgumentWithNoExplicitDefaultValue). https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX
1 parent 3adf057 commit 81d9917

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/CSharp/ExpressionTests/ByRefTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,13 +981,11 @@ End Class
981981
internal partial struct S
982982
{
983983
}
984-
985984
internal partial class C
986985
{
987986
public void Foo([Optional] ref S s)
988987
{
989988
}
990-
991989
public void Bar()
992990
{
993991
S args = default;

0 commit comments

Comments
 (0)