提交 27919509 编写于 作者: C Cyrus Najmabadi

wrapping

上级 dd5746e3
......@@ -50,8 +50,7 @@ public CSharpAddExplicitCastCodeFixProvider() : base(CSharpSyntaxFacts.Instance)
public override ImmutableArray<string> FixableDiagnosticIds => ImmutableArray.Create(CS0266, CS1503);
protected override SyntaxNode ApplyFix(SyntaxNode currentRoot, ExpressionSyntax targetNode,
ITypeSymbol conversionType)
protected override SyntaxNode ApplyFix(SyntaxNode currentRoot, ExpressionSyntax targetNode, ITypeSymbol conversionType)
{
// TODO:
// the Simplifier doesn't remove the redundant cast from the expression
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册