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