Cleanup (test data formatting)

This commit is contained in:
Roman Shevchenko
2018-06-25 14:44:25 +03:00
parent 60c1e7d526
commit 002f0ea6c3
14 changed files with 15 additions and 29 deletions
@@ -1,8 +1,7 @@
// "Replace 'var' with explicit type" "true"
class Main {
{
String b = java.util.Arrays.asList("", "").get(0);
final int i = b.compareTo("");
}
}
}