Fixed bug with wrong completion in class declaration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package ppp
|
||||
|
||||
class Base(p: Base.N<caret>) {
|
||||
class Nested
|
||||
}
|
||||
|
||||
// EXIST: { lookupString: "Nested", itemText: "Nested", tailText: " (ppp.Base)" }
|
||||
Reference in New Issue
Block a user