• C
    Dont try and check tuple conversions in error cases: (#36188) · b59f6250
    Chris Sienkiewicz 提交于
    * Dont try and check tuple conversions in error cases:
    - When checking an identity converison, also check for a bound tuple if the type isn't a tuple as we might have a bound tuple with an error type
    - When checking a tuple conversion, don't GenerateConversion in the error case as we don't have a target type to generate against
    - Update tests
    b59f6250
NameTupleElementTests.cs 6.4 KB