Fixed bug with wrong completion in class declaration

This commit is contained in:
Valentin Kipyatkov
2015-03-03 13:32:32 +03:00
parent dcfa77c77d
commit 114bfbb2ad
4 changed files with 44 additions and 32 deletions
@@ -0,0 +1,7 @@
package ppp
class Base(p: Base.N<caret>) {
class Nested
}
// EXIST: { lookupString: "Nested", itemText: "Nested", tailText: " (ppp.Base)" }