class C(@JvmField var foo: String) { @JvmField var bar: String = "123" } // 0 getFoo // 0 setFoo // 0 getBar // 0 setBar