Skip to content

Commit f21e084

Browse files
committed
C#: Fix issue in naming of class in test file.
1 parent f5fc15e commit f21e084

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/test/library-tests/dataflow/patterns

1 file changed

+1
-1
lines changed

csharp/ql/test/library-tests/dataflow/patterns/Patterns.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public record class RecordClass2(object Prop) { }
44

55
public record class Nested(RecordClass2 Record) { }
66

7-
public class K
7+
public class RecordPatterns
88
{
99
private void M1()
1010
{

0 commit comments

Comments
 (0)