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