KT-10655 No "in" in code completion popup after "!"

#KT-10655 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-01-13 22:14:43 +03:00
parent 2f1108421e
commit b41f2dcda3
3 changed files with 30 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
fun foo() {
list.filter { it !i<caret> }
}
// EXIST: in
// EXIST: is
// NOTHING_ELSE