summaryrefslogtreecommitdiff
path: root/tests/functional/s/simplifiable_if_expression.txt
blob: b35e08462240cc5ce17249d9e60f3e55a9cfcf5b (plain)
1
2
3
4
simplifiable-if-expression:8:test_simplifiable_1:The if expression can be replaced with 'bool(test)'
simplifiable-if-expression:12:test_simplifiable_2:The if expression can be replaced with 'not test'
simplifiable-if-expression:16:test_simplifiable_3:The if expression can be replaced with 'test'
simplifiable-if-expression:20:test_simplifiable_4:The if expression can be replaced with 'not test'