class C { @JvmField private val foo: String = "OK" } fun box(): String { return Test.invokeMethodWithPublicField() }