Fixed KT-5809 Code completion after "?." should not include keywords

#KT-5809 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-10-09 19:18:59 +02:00
parent 549171d043
commit 50e1ec9c4f
3 changed files with 15 additions and 6 deletions
@@ -0,0 +1,6 @@
fun foo() {
val str : String?
str?.<caret>
}
// NUMBER: 0