Sonar catch incorrectly in this case? (S2589)

后端 未结 0 1854
粉色の甜心
粉色の甜心 2020-12-30 10:59

I have following code and Sonar supposes it is about code smell (2589):

void Method1(object value)
{
    return value is bool isBold && isBold ? FontW         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题