Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 884af9b

Browse files
committed
C#: Fix alert.
1 parent e18eeb8 commit 884af9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • csharp/extractor/Semmle.Extraction

csharp/extractor/Semmle.Extraction/Tuple.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void EmitToTrapBuilder(ITrapBuilder tb)
114114
}
115115
tb.Append("\"");
116116
break;
117-
case System.Enum en:
117+
case System.Enum _:
118118
tb.Append((int)a);
119119
break;
120120
case int i:

0 commit comments

Comments
 (0)