Cleanup (test data formatting)

This commit is contained in:
Roman Shevchenko
2018-06-25 14:43:46 +03:00
parent 60c1e7d526
commit 002f0ea6c3
14 changed files with 15 additions and 29 deletions

View File

@@ -1,8 +1,7 @@
// "Replace 'var' with explicit type" "true"
class Main {
{
<caret>var b = java.util.Arrays.asList("", "").get(0);
final int i = b.compareTo("");
}
}
}