completion stats should care of class qualified names (IDEA-65112)

This commit is contained in:
peter
2011-02-16 18:32:12 +01:00
parent 0c6e7ea235
commit 7414445e89
5 changed files with 23 additions and 6 deletions
@@ -0,0 +1,4 @@
class Foo {
Baaa<caret>x
}