"Convert property to function" intention: don't suggest if property has @JvmField annotation #KT-27157 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
487b1e96be
commit
749fd5dd80
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
class Test {
|
||||
@JvmField
|
||||
val foo<caret> = 1
|
||||
}
|
||||
Reference in New Issue
Block a user