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