CodeGen\CodeGenTupleTest.cs (12)
28102Assert.Equal("SourceNamedTypeSymbol: (T1, T2)", print(tuple1));
28104Assert.Equal("PENamedTypeSymbolGeneric: (T1, T2)", print(tuple1));
28107Assert.Equal("ConstructedNamedTypeSymbol: (T1 Item1, T2 Item2)", print(tuple2));
28131Assert.Equal("ConstructedNamedTypeSymbol: (T1, T2 Item2)", print(tuple3));
28165Assert.Equal("SourceNamedTypeSymbol: (T1, T2)", print(tuple1));
28167Assert.Equal("PENamedTypeSymbolGeneric: (T1, T2)", print(tuple1));
28170Assert.Equal("ConstructedNamedTypeSymbol: (T1 Item1, T2 Item2)", print(tuple2));
28173Assert.Equal("ConstructedNamedTypeSymbol: (T1, T2 Item2)", print(tuple3));
28808Assert.Equal("ConstructedNamedTypeSymbol: (System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32)", print(tuple1));
28830Assert.Equal("ConstructedNamedTypeSymbol: (System.Int32 Item1, System.Int32 Item2, System.Int32 Item3, System.Int32 Item4, System.Int32 Item5, System.Int32 Item6, System.Int32 Item7, System.Int32 Item8)", print(tuple2));
28853Assert.Equal("ConstructedNamedTypeSymbol: (System.Int32 a, System.Int32 b, System.Int32 c, System.Int32 d, System.Int32 e, System.Int32 f, System.Int32 g, System.Int32 h)", print(tuple3));
28904Assert.Equal("ConstructedNamedTypeSymbol: (System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32)", print(tuple4));