testdata fixed

This commit is contained in:
Anna Kozlova
2014-05-26 22:21:20 +04:00
parent 2780ae5927
commit d5ee2ec744
8 changed files with 13 additions and 14 deletions
@@ -1,7 +1,7 @@
// "Add static import for 'test.Bar.Foo'" "true"
// "Add import for 'test.Bar.Foo'" "true"
package test;
import static test.Bar.Foo;
import test.Bar.Foo;
class Bar {
public static class Foo {}
@@ -1,7 +1,7 @@
// "Add static import for 'test.Bar.Foo'" "true"
// "Add import for 'test.Bar.Foo'" "true"
package test;
import static test.Bar.Foo;
import test.Bar.Foo;
class Bar {
public static @interface Foo {}
@@ -1,4 +1,4 @@
// "Add static import for 'test.Bar.Foo'" "true"
// "Add import for 'test.Bar.Foo'" "true"
package test;
class Bar {
@@ -1,4 +1,4 @@
// "Add static import for 'test.Bar.Foo'" "true"
// "Add import for 'test.Bar.Foo'" "true"
package test;
class Bar {
@@ -1,4 +1,5 @@
import static foo.Clazz.Foo;
import foo.Clazz.Foo;
import static foo.Clazz.Foo.Const_1;
class MyObject{
@@ -1,6 +1,5 @@
import foo.*;
import static foo.Class1.Inner1;
import foo.Class1.Inner1;
class Class2 {
public static void main(String[] args) {
@@ -1,6 +1,5 @@
import foo.*;
import static foo.Class1.Inner2;
import foo.Class1.Inner2;
class Class2 {
public static void main(String[] args) {