publicField -> JvmField
Effectively drop publicField and introduce JvmField (which has the same effect for now) Implement frontend checks for @JvmField Replace publicField -> JvmField in test data
This commit is contained in:
committed by
Michael Bogdanov
parent
bfaf806f47
commit
6cf9bfdb70
@@ -1,5 +1,5 @@
|
||||
// C
|
||||
|
||||
class C {
|
||||
@[kotlin.jvm.publicField] private val foo: String = "A"
|
||||
@[kotlin.jvm.JvmField] private val foo: String = "A"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user