diff --git a/src/Compilers/CSharp/Portable/Binder/Binder_Patterns.cs b/src/Compilers/CSharp/Portable/Binder/Binder_Patterns.cs index 3099e1bbb8003516ab5faca1b1ffbcfab655ff85..f2549a0c3b7ecd7b95be7ef95a2d9bc584124012 100644 --- a/src/Compilers/CSharp/Portable/Binder/Binder_Patterns.cs +++ b/src/Compilers/CSharp/Portable/Binder/Binder_Patterns.cs @@ -180,8 +180,8 @@ internal BoundExpression ConvertPatternExpression(TypeSymbol inputType, CSharpSy { case ConversionKind.ExplicitDynamic: case ConversionKind.ImplicitDynamic: - // Since the input was `dynamic`, which is equivalent to `object`, there must also - // exist some unboxing, identity, or reference conversion as well, making the conversion legal. + // Since the input was `dynamic`, which is equivalent to `object`, there must also + // exist some unboxing, identity, or reference conversion as well, making the conversion legal. case ConversionKind.Boxing: case ConversionKind.ExplicitNullable: case ConversionKind.ExplicitReference: