testdata fixed

This commit is contained in:
Anna Kozlova
2014-05-26 22:17:07 +04:00
parent 2780ae5927
commit d5ee2ec744
8 changed files with 13 additions and 14 deletions

View File

@@ -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 {}

View File

@@ -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 {}

View File

@@ -1,4 +1,4 @@
// "Add static import for 'test.Bar.Foo'" "true"
// "Add import for 'test.Bar.Foo'" "true"
package test;
class Bar {

View File

@@ -1,4 +1,4 @@
// "Add static import for 'test.Bar.Foo'" "true"
// "Add import for 'test.Bar.Foo'" "true"
package test;
class Bar {