C#: Add test for tuple expressions.

This commit is contained in:
Calum Grant
2019-12-23 15:17:28 +00:00
parent 63afb30797
commit a059c13f6c
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
| expressions.cs:492:29:492:41 | access to type (Int32,String) | expressions.cs:492:29:492:41 | (Int32,String) |
| expressions.cs:493:29:493:49 | access to type (Boolean,Int32[],Object) | expressions.cs:493:29:493:49 | (Boolean,Int32[],Object) |
| expressions.cs:494:28:494:40 | access to type (Int32,String) | expressions.cs:492:29:492:41 | (Int32,String) |
| expressions.cs:495:28:495:49 | access to type (Boolean,Int32[],dynamic) | expressions.cs:495:28:495:49 | (Boolean,Int32[],dynamic) |

View File

@@ -0,0 +1,5 @@
import csharp
from TypeAccess access, TupleType type
where type = access.getTarget()
select access, type