Move out of companion object: don't suggest for @JvmField property inside companion object of interface #KT-28443 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
3ca934e5ea
commit
726b9272f3
@@ -0,0 +1,9 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
|
||||
interface KotlinInterface {
|
||||
companion object {
|
||||
@JvmField
|
||||
val <caret>bar = Any()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user