More correct keyword completion after @
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
// EXIST: {"lookupString":"fun","itemText":"fun","attributes":"bold"}
|
||||
// EXIST: {"lookupString":"interface","itemText":"interface","attributes":"bold"}
|
||||
// EXIST: {"lookupString":"object","itemText":"object","attributes":"bold"}
|
||||
// EXIST: {"lookupString":"package","itemText":"package","attributes":"bold"}
|
||||
// EXIST: {"lookupString":"val","itemText":"val","attributes":"bold"}
|
||||
// EXIST: {"lookupString":"var","itemText":"var","attributes":"bold"}
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-3
@@ -9,8 +9,6 @@ class Completion(@get:Ann val p1: String, @<caret>)
|
||||
// EXIST: setparam
|
||||
// EXIST: property
|
||||
|
||||
/*TODO: keywords below should not be here*/
|
||||
// EXIST: val
|
||||
// EXIST: var
|
||||
/*TODO: in fact is not applicable */
|
||||
// EXIST: receiver
|
||||
// NOTHING_ELSE
|
||||
|
||||
Reference in New Issue
Block a user