enable stats for class name completion in some qualifier

This commit is contained in:
peter
2011-01-19 18:34:24 +01:00
parent a19c2a1281
commit f0449b004e
3 changed files with 22 additions and 0 deletions
@@ -0,0 +1,7 @@
public class MyFirstTestClassFoo {
int foo() {
return FooB<caret>.fff().zoo();
}
}