Skip to content

Commit 394b6c0

Browse files
REvert
1 parent d9fa000 commit 394b6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EditorFeatures/CSharpTest/GenerateConstructor/GenerateConstructorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ class D : B
715715
716716
public D(int x)
717717
{
718-
X = x;
718+
this.x = x;
719719
}
720720
}");
721721
}

0 commit comments

Comments
 (0)