Completely rewritten keyword completion implementation using another approach
#KT-2816 Fixed
This commit is contained in:
@@ -3,4 +3,5 @@ open class Foo {
|
||||
p<caret> val foo = 1
|
||||
}
|
||||
|
||||
// EXIST: private, public, protected
|
||||
// EXIST: private, public, protected, open
|
||||
// NUMBER: 4
|
||||
|
||||
Reference in New Issue
Block a user