IDEA-143934 Failed to complete static methods on class from excluded package

This commit is contained in:
peter
2015-10-06 18:33:47 +02:00
parent 5c9c2197fa
commit 4658e65121
5 changed files with 26 additions and 2 deletions
@@ -0,0 +1,6 @@
public class Main {
void f() {
foo.Outer.m<caret>x
}
}