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

Skip to content

Commit c2e8d3f

Browse files
committed
C#: Minor fix in TypeMention
1 parent 14938f3 commit c2e8d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/extractor/Semmle.Extraction.CSharp/Entities/TypeMention.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected override void Populate(TextWriter trapFile)
8181
Create(cx, nts.ElementType, parent, type);
8282
}
8383
}
84-
else if (type is ArrayType array)
84+
else if (type is ArrayType)
8585
{
8686
Create(cx, nts.ElementType, parent, type);
8787
}

0 commit comments

Comments
 (0)