Completion after "this@" includes immediate this too

#KT-6836 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-03-04 15:34:47 +03:00
parent ffff6226b0
commit 2ef80d1b34
7 changed files with 26 additions and 10 deletions
@@ -7,7 +7,7 @@ class Outer {
}
// ABSENT: this
// ABSENT: "this@foo"
// EXIST: { lookupString: "this@foo", itemText: "this", tailText: "@foo", typeText: "String", attributes: "bold" }
// EXIST: { lookupString: "this@Inner", itemText: "this", tailText: "@Inner", typeText: "Outer.Inner", attributes: "bold" }
// EXIST: { lookupString: "this@Outer", itemText: "this", tailText: "@Outer", typeText: "Outer", attributes: "bold" }
// NUMBER: 2
// NUMBER: 3