KT-722 Don't show keywords after '.'

This commit is contained in:
Nikolay Krasko
2011-12-01 16:47:16 +04:00
parent eac15880e5
commit eee0c02d65
3 changed files with 29 additions and 2 deletions
@@ -0,0 +1,9 @@
fun foo() {
val str : String
str.<caret>
}
// ABSENT: namespace, as, type, class, this, super, val, var, fun, for, null, true
// ABSENT: false, is, in, throw, return, break, continue, object, if, try, else, while
// ABSENT: do, when, trait, This
@@ -0,0 +1,6 @@
fun foo() {
val str : String
str. <caret>
}
// ABSENT: public, val, in