KT-4158 Autopopup completion selects irrelevant keyword and confuses typing

#KT-4158 Fixed
This commit is contained in:
Nikolay Krasko
2013-12-19 21:18:27 +04:00
parent 69cb9008b3
commit bbf1dff818
7 changed files with 45 additions and 60 deletions
@@ -0,0 +1,8 @@
fun test() {
val <caret>
}
// NUMBER: 0
/* KT-4158 Type "var i" and press space. "var if" is auto-inserted. */