KT-722 Don't show keywords after '.'
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user