summaryrefslogtreecommitdiff
path: root/tests/functional/s/simplifiable/simplifiable_if_statement.txt
blob: aa61f4993944c09b0559b21e6921f52120d38f38 (plain)
1
2
3
4
simplifiable-if-statement:8:4:test_simplifiable_1:The if statement can be replaced with 'return bool(test)'
simplifiable-if-statement:16:4:test_simplifiable_2:The if statement can be replaced with 'return bool(test)'
simplifiable-if-statement:24:4:test_simplifiable_3:The if statement can be replaced with 'var = bool(test)'
simplifiable-if-statement:35:8:test_simplifiable_4:The if statement can be replaced with 'return bool(test)'