mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
IDEA-79381 Exclude from Import not working for non-static inner classes in excluded packages
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
public class Main {
|
||||
Inner<caret>
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
public class Main {
|
||||
void f(foo.Outer outer) {
|
||||
outer.new In<caret>x
|
||||
}
|
||||
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public class Main {
|
||||
void f(foo.Outer.In<caret>x outer) {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user