提交 5c783b23 编写于 作者: H Heejae Chang

removed formatting change

上级 1814743d
...@@ -180,8 +180,8 @@ internal BoundExpression ConvertPatternExpression(TypeSymbol inputType, CSharpSy ...@@ -180,8 +180,8 @@ internal BoundExpression ConvertPatternExpression(TypeSymbol inputType, CSharpSy
{ {
case ConversionKind.ExplicitDynamic: case ConversionKind.ExplicitDynamic:
case ConversionKind.ImplicitDynamic: case ConversionKind.ImplicitDynamic:
// Since the input was `dynamic`, which is equivalent to `object`, there must also // 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. // exist some unboxing, identity, or reference conversion as well, making the conversion legal.
case ConversionKind.Boxing: case ConversionKind.Boxing:
case ConversionKind.ExplicitNullable: case ConversionKind.ExplicitNullable:
case ConversionKind.ExplicitReference: case ConversionKind.ExplicitReference:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册