KT-2170 "private" keyword completion does not work before "val"

#KT-2170 Fixed
This commit is contained in:
Nikolay Krasko
2012-09-05 14:52:02 +04:00
parent 7c4322cd2c
commit 0e3dd77098
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1,6 @@
open class Foo {
p<caret> val foo = 1
}
// FOR: KT-2170
// EXIST: private, public, protected