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