mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
test data fixed to exclude imports for default package
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import c;
|
||||
import c.*;
|
||||
import p.c;
|
||||
import p.c.*;
|
||||
|
||||
class d {
|
||||
c c = null;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
package p;
|
||||
public class c {
|
||||
public static class inn {}
|
||||
}
|
||||
Reference in New Issue
Block a user