Fixed KT-6408 Completion auto-popup prevents smooth typing of "!in"

#KT-6408 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-12-07 17:38:57 -07:00
parent acc55c8c24
commit 9c8b7ed6f5
3 changed files with 24 additions and 3 deletions
@@ -0,0 +1,6 @@
fun foo(v: String) {
if (v !<caret>)
}
// EXIST: in
// EXIST: is