make chained call completion work with names like Assert or Arrays

This commit is contained in:
peter
2012-02-21 19:20:14 +01:00
parent 6dcb6d64b0
commit 13e2e96658
5 changed files with 26 additions and 5 deletions
@@ -0,0 +1,5 @@
class Foo {
{
Assert.<caret>
}
}