Empty import list placement and comment binding (test data fixed)

This commit is contained in:
Roman Shevchenko
2010-08-09 17:36:47 +04:00
parent 88b087a894
commit 9dd2505489
20 changed files with 19 additions and 39 deletions

View File

@@ -1,7 +1,6 @@
// "Static Import Method 'java.lang.Integer.parseInt'" "true"
import static java.lang.Integer.parseInt;
// "Static Import Method 'java.lang.Integer.parseInt'" "true"
public class X {
{
<caret>parseInt("",10);