C#: Handle TupleType expression.

This commit is contained in:
Calum Grant
2019-12-23 14:33:16 +00:00
parent ad764b1dc6
commit e83b159bf8

View File

@@ -129,6 +129,7 @@ namespace Semmle.Extraction.CSharp.Entities.Expressions
case SyntaxKind.ArrayType:
case SyntaxKind.PredefinedType:
case SyntaxKind.NullableType:
case SyntaxKind.TupleType:
return TypeAccess.Create(info);
case SyntaxKind.TypeOfExpression: