Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkiGibson committed May 7, 2024
1 parent 8fbce08 commit 3d0fbf6
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions src/Compilers/CSharp/Portable/Errors/ErrorFacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2441,20 +2441,17 @@ or ErrorCode.ERR_InterceptsLocationDuplicateFile
or ErrorCode.ERR_InterceptsLocationFileNotFound
or ErrorCode.ERR_InterceptsLocationDataInvalidPosition
or ErrorCode.INF_TooManyBoundLambdas
<<<<<<< upstream/main
=======

case ErrorCode.ERR_PartialPropertyMissingImplementation:
case ErrorCode.ERR_PartialPropertyMissingDefinition:
case ErrorCode.ERR_PartialPropertyDuplicateDefinition:
case ErrorCode.ERR_PartialPropertyDuplicateImplementation:
case ErrorCode.ERR_PartialPropertyMissingAccessor:
case ErrorCode.ERR_PartialPropertyUnexpectedAccessor:
case ErrorCode.ERR_PartialPropertyInitMismatch:
case ErrorCode.ERR_PartialPropertyTypeDifference:
case ErrorCode.WRN_PartialPropertySignatureDifference:
case ErrorCode.ERR_PartialPropertyRequiredDifference:
>>>>>>> HEAD
or ErrorCode.ERR_PartialPropertyMissingImplementation
or ErrorCode.ERR_PartialPropertyMissingDefinition
or ErrorCode.ERR_PartialPropertyDuplicateDefinition
or ErrorCode.ERR_PartialPropertyDuplicateImplementation
or ErrorCode.ERR_PartialPropertyMissingAccessor
or ErrorCode.ERR_PartialPropertyUnexpectedAccessor
or ErrorCode.ERR_PartialPropertyInitMismatch
or ErrorCode.ERR_PartialPropertyTypeDifference
or ErrorCode.WRN_PartialPropertySignatureDifference
or ErrorCode.ERR_PartialPropertyRequiredDifference
=> false,
};
#pragma warning restore CS8524 // The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value.
Expand Down

0 comments on commit 3d0fbf6

Please sign in to comment.