Make private: don't suggest if property has @JvmField annotation

#KT-27138 Fixed
This commit is contained in:
Toshiaki Kameyama
2018-09-28 11:46:50 +03:00
committed by Mikhail Glukhikh
parent 248e09ff2c
commit c65e246e02
7 changed files with 29 additions and 13 deletions
@@ -0,0 +1,6 @@
// IS_APPLICABLE: false
// WITH_RUNTIME
class Test {
@JvmField
<caret>val foo = 1
}