"Convert property to function" intention: don't suggest if property has @JvmField annotation #KT-27157 Fixed

This commit is contained in:
Toshiaki Kameyama
2018-10-12 02:05:28 +09:00
committed by Mikhail Glukhikh
parent 487b1e96be
commit 749fd5dd80
3 changed files with 17 additions and 1 deletions
@@ -0,0 +1,6 @@
// IS_APPLICABLE: false
// WITH_RUNTIME
class Test {
@JvmField
val foo<caret> = 1
}