IDEA-177166 Unexpected call completion in package statement

This commit is contained in:
peter
2017-08-14 19:13:11 +02:00
parent cf1073e973
commit d78fe7b18f
3 changed files with 10 additions and 1 deletions
@@ -0,0 +1,7 @@
package f<caret>
import static java.lang.String.*;
class Foo {
}