mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
testdata fixed
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user