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