CodeGen\CodeGenTupleTest.cs (13)
28140Assert.Equal("SourceNamedTypeSymbol: (T1, T2)", print(tuple1));
28142Assert.Equal("PENamedTypeSymbolGeneric: (T1, T2)", print(tuple1));
28145Assert.Equal("ConstructedNamedTypeSymbol: (T1 Item1, T2 Item2)", print(tuple2));
28169Assert.Equal("ConstructedNamedTypeSymbol: (T1, T2 Item2)", print(tuple3));
28203Assert.Equal("SourceNamedTypeSymbol: (T1, T2)", print(tuple1));
28205Assert.Equal("PENamedTypeSymbolGeneric: (T1, T2)", print(tuple1));
28208Assert.Equal("ConstructedNamedTypeSymbol: (T1 Item1, T2 Item2)", print(tuple2));
28211Assert.Equal("ConstructedNamedTypeSymbol: (T1, T2 Item2)", print(tuple3));
28846Assert.Equal("ConstructedNamedTypeSymbol: (System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32)", print(tuple1));
28868Assert.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));
28891Assert.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));
28929Assert.Equal("ConstructedNamedTypeSymbol: (System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32)", print(tuple3.TupleUnderlyingType));
28942Assert.Equal("ConstructedNamedTypeSymbol: (System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32)", print(tuple4));