RedundantCompareCall testdata fixed

This commit is contained in:
Tagir Valeev
2018-03-02 09:51:38 +07:00
parent 35a1a97cb7
commit 4f854bc34a

View File

@@ -1,4 +1,4 @@
// "Fix all" "true"
// "Fix all 'Redundant 'compare' method call' problems in file" "true"
class CompareTest {
int testInteger(int a, int b) {
if(a < b) return 1;